Html Css Color HEX #FAC608 Golden Poppy

📋 copy color: '#FAC608'

red 250 ◦ green 198 ◦ blue 8

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

Shades of Golden Poppy #FAC608

Tints of Golden Poppy #FAC608

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.42%

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

R = 54.82%
G = 43.42%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FAC608 (or 0xFAC608) is known color: Golden Poppy. HEX triplet: FA, C6 and 08. RGB value is (250,198,8). Sum of RGB (Red+Green+Blue) = 250+198+8=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 8 (3.52% from 255 or 1.75% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC608 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC608 is #0539F7. Grayscale: #C0C0C0. Windows color (decimal): -342520 or 575226. OLE color: 575226.

HSL color Cylindrical-coordinate representation of color #FAC608: hue angle of 47.11º 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 #FAC608 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 198 8 -
CMYK 0 0.21 0.97 0.02
HSL 47.11º 0.96% 0.51% -
HSV(B) 47.11º 0.97% 0.98% -
XYZ 59.66 60.73 8.81 -
YUV 191.89 24.23 169.45 -
System Red Green Blue C M Y K H S L
Decimal 250 198 8 0 0.21 0.97 0.02 47.11 0.96 0.51
Hex FA C6 8 0 15 61 2 2F 60 33
Octal 372 306 10 0 25 141 2 57 140 63
Binary 11111010 11000110 1000 0 10101 1100001 10 101111 1100000 110011

Color Harmonies of #FAC608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC608

Black with #FAC608

Text Example


Text Example

White with #FAC608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC608; }

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

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

background-color css

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

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

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

border-color css

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

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

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