Html Css Color HEX #FAC00B Golden Poppy

📋 copy color: '#FAC00B'

red 250 ◦ green 192 ◦ blue 11

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

Shades of Golden Poppy #FAC00B

Tints of Golden Poppy #FAC00B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.38%

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

R = 55.19%
G = 42.38%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAC00B (or 0xFAC00B) is known color: Golden Poppy. HEX triplet: FA, C0 and 0B. RGB value is (250,192,11). Sum of RGB (Red+Green+Blue) = 250+192+11=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 11 (4.69% from 255 or 2.43% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC00B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC00B is #053FF4. Grayscale: #BDBDBD. Windows color (decimal): -344053 or 770298. OLE color: 770298.

HSL color Cylindrical-coordinate representation of color #FAC00B: hue angle of 45.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 #FAC00B is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 192 11 -
CMYK 0 0.23 0.96 0.02
HSL 45.44º 0.96% 0.51% -
HSV(B) 45.44º 0.96% 0.98% -
XYZ 58.33 58.05 8.45 -
YUV 188.71 27.72 171.72 -
System Red Green Blue C M Y K H S L
Decimal 250 192 11 0 0.23 0.96 0.02 45.44 0.96 0.51
Hex FA C0 B 0 17 60 2 2D 60 33
Octal 372 300 13 0 27 140 2 55 140 63
Binary 11111010 11000000 1011 0 10111 1100000 10 101101 1100000 110011

Color Harmonies of #FAC00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC00B

Black with #FAC00B

Text Example


Text Example

White with #FAC00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC00B; }

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

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

background-color css

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

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

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

border-color css

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

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

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