Html Css Color HEX #F8CC30 Sunglow

📋 copy color: '#F8CC30'

red 248 ◦ green 204 ◦ blue 48

#F8CC30
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunglow #F8CC30

Tints of Sunglow #F8CC30

RGB

 RED value IS 248 (97.27% from 255) = 49.6%

 GREEN value IS 204 (80.08% from 255) = 40.8%

 BLUE value IS 48 (19.14% from 255) = 9.6%

R = 49.6%
G = 40.8%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F8CC30 (or 0xF8CC30) is known color: Sunglow. HEX triplet: F8, CC and 30. RGB value is (248,204,48). Sum of RGB (Red+Green+Blue) = 248+204+48=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 48 (19.14% from 255 or 9.6% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CC30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8CC30 is #0733CF. Grayscale: #C8C8C8. Windows color (decimal): -472016 or 3198200. OLE color: 3198200.

HSL color Cylindrical-coordinate representation of color #F8CC30: hue angle of 46.8º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F8CC30 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 204 48 -
CMYK 0 0.18 0.81 0.03
HSL 46.8º 0.93% 0.58% -
HSV(B) 46.8º 0.81% 0.97% -
XYZ 60.84 63.36 11.82 -
YUV 199.37 42.58 162.68 -
System Red Green Blue C M Y K H S L
Decimal 248 204 48 0 0.18 0.81 0.03 46.8 0.93 0.58
Hex F8 CC 30 0 12 51 3 2F 5D 3A
Octal 370 314 60 0 22 121 3 57 135 72
Binary 11111000 11001100 110000 0 10010 1010001 11 101111 1011101 111010

Color Harmonies of #F8CC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CC30

Black with #F8CC30

Text Example


Text Example

White with #F8CC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CC30; }

 p { color: rgb(248,204,48); }

 H1.HeaderClassName
 {
   color: #F8CC30;
 }
 .AnyTagClassName
 {
   color: #F8CC30;
 }
</style>

background-color css

<style>
 a { background-color: #F8CC30; }

 a { background-color: rgb(248,204,48); }

 div.DivClassName
 {
   background-color: #F8CC30;
 }
 .BgClassName
 {
   background-color: #F8CC30;
 }
</style>

border-color css

<style>
 span { border-color: #F8CC30; }

 span { border-color: rgb(248,204,48); }

 td.TdClassName
 {
   border-color: #F8CC30;
 }
 .TagClassName
 {
   border-color: #F8CC30;
 }
</style>