Html Css Color HEX #FAC40B Golden Poppy

📋 copy color: '#FAC40B'

red 250 ◦ green 196 ◦ blue 11

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

Shades of Golden Poppy #FAC40B

Tints of Golden Poppy #FAC40B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.89%

 BLUE value IS 11 (4.69% from 255) = 2.41%

R = 54.7%
G = 42.89%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAC40B (or 0xFAC40B) is known color: Golden Poppy. HEX triplet: FA, C4 and 0B. RGB value is (250,196,11). Sum of RGB (Red+Green+Blue) = 250+196+11=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 196 (76.95% from 255 or 42.89% from 457); Blue value is 11 (4.69% from 255 or 2.41% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC40B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC40B is #053BF4. Grayscale: #BFBFBF. Windows color (decimal): -343029 or 771322. OLE color: 771322.

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

Color convert

RGB 250 196 11 -
CMYK 0 0.22 0.96 0.02
HSL 46.44º 0.96% 0.51% -
HSV(B) 46.44º 0.96% 0.98% -
XYZ 59.22 59.83 8.74 -
YUV 191.06 26.39 170.04 -
System Red Green Blue C M Y K H S L
Decimal 250 196 11 0 0.22 0.96 0.02 46.44 0.96 0.51
Hex FA C4 B 0 16 60 2 2E 60 33
Octal 372 304 13 0 26 140 2 56 140 63
Binary 11111010 11000100 1011 0 10110 1100000 10 101110 1100000 110011

Color Harmonies of #FAC40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC40B

Black with #FAC40B

Text Example


Text Example

White with #FAC40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC40B; }

 p { color: rgb(250,196,11); }

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

background-color css

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

 a { background-color: rgb(250,196,11); }

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

border-color css

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

 span { border-color: rgb(250,196,11); }

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