Html Css Color HEX #FAC308 Golden Poppy

📋 copy color: '#FAC308'

red 250 ◦ green 195 ◦ blue 8

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

Shades of Golden Poppy #FAC308

Tints of Golden Poppy #FAC308

RGB

 RED value IS 250 (98.05% from 255) = 55.19%

 GREEN value IS 195 (76.56% from 255) = 43.05%

 BLUE value IS 8 (3.52% from 255) = 1.77%

R = 55.19%
G = 43.05%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FAC308 (or 0xFAC308) is known color: Golden Poppy. HEX triplet: FA, C3 and 08. RGB value is (250,195,8). Sum of RGB (Red+Green+Blue) = 250+195+8=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 8 (3.52% from 255 or 1.77% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC308 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC308 is #053CF7. Grayscale: #BEBEBE. Windows color (decimal): -343288 or 574458. OLE color: 574458.

HSL color Cylindrical-coordinate representation of color #FAC308: hue angle of 46.36º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FAC308 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 195 8 -
CMYK 0 0.22 0.97 0.02
HSL 46.36º 0.96% 0.51% -
HSV(B) 46.36º 0.97% 0.98% -
XYZ 58.98 59.37 8.58 -
YUV 190.13 25.22 170.71 -
System Red Green Blue C M Y K H S L
Decimal 250 195 8 0 0.22 0.97 0.02 46.36 0.96 0.51
Hex FA C3 8 0 16 61 2 2E 60 33
Octal 372 303 10 0 26 141 2 56 140 63
Binary 11111010 11000011 1000 0 10110 1100001 10 101110 1100000 110011

Color Harmonies of #FAC308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC308

Black with #FAC308

Text Example


Text Example

White with #FAC308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC308; }

 p { color: rgb(250,195,8); }

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

background-color css

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

 a { background-color: rgb(250,195,8); }

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

border-color css

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

 span { border-color: rgb(250,195,8); }

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