Html Css Color HEX #FAC602 Golden Poppy

📋 copy color: '#FAC602'

red 250 ◦ green 198 ◦ blue 2

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

Shades of Golden Poppy #FAC602

Tints of Golden Poppy #FAC602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.44%

R = 55.56%
G = 44%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FAC602 (or 0xFAC602) is known color: Golden Poppy. HEX triplet: FA, C6 and 02. RGB value is (250,198,2). Sum of RGB (Red+Green+Blue) = 250+198+2=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 198 (77.73% from 255 or 44% from 450); Blue value is 2 (1.17% from 255 or 0.44% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC602 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC602 is #0539FD. Grayscale: #C0C0C0. Windows color (decimal): -342526 or 182010. OLE color: 182010.

HSL color Cylindrical-coordinate representation of color #FAC602: hue angle of 47.42º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FAC602 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 198 2 -
CMYK 0 0.21 0.99 0.02
HSL 47.42º 0.98% 0.49% -
HSV(B) 47.42º 0.99% 0.98% -
XYZ 59.63 60.72 8.63 -
YUV 191.2 21.23 169.94 -
System Red Green Blue C M Y K H S L
Decimal 250 198 2 0 0.21 0.99 0.02 47.42 0.98 0.49
Hex FA C6 2 0 15 63 2 2F 62 31
Octal 372 306 2 0 25 143 2 57 142 61
Binary 11111010 11000110 10 0 10101 1100011 10 101111 1100010 110001

Color Harmonies of #FAC602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC602

Black with #FAC602

Text Example


Text Example

White with #FAC602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC602; }

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

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

background-color css

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

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

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

border-color css

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

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

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