Html Css Color HEX #FBC208 Golden Poppy

📋 copy color: '#FBC208'

red 251 ◦ green 194 ◦ blue 8

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

Shades of Golden Poppy #FBC208

Tints of Golden Poppy #FBC208

RGB

 RED value IS 251 (98.44% from 255) = 55.41%

 GREEN value IS 194 (76.17% from 255) = 42.83%

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

R = 55.41%
G = 42.83%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FBC208 (or 0xFBC208) is known color: Golden Poppy. HEX triplet: FB, C2 and 08. RGB value is (251,194,8). Sum of RGB (Red+Green+Blue) = 251+194+8=453 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.41% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 8 (3.52% from 255 or 1.77% from 453); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC208 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC208 is #043DF7. Grayscale: #BEBEBE. Windows color (decimal): -278008 or 574203. OLE color: 574203.

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

Color convert

RGB 251 194 8 -
CMYK 0 0.23 0.97 0.02
HSL 45.93º 0.97% 0.51% -
HSV(B) 45.93º 0.97% 0.98% -
XYZ 59.12 59.11 8.52 -
YUV 189.84 25.38 171.62 -
System Red Green Blue C M Y K H S L
Decimal 251 194 8 0 0.23 0.97 0.02 45.93 0.97 0.51
Hex FB C2 8 0 17 61 2 2E 61 33
Octal 373 302 10 0 27 141 2 56 141 63
Binary 11111011 11000010 1000 0 10111 1100001 10 101110 1100001 110011

Color Harmonies of #FBC208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC208

Black with #FBC208

Text Example


Text Example

White with #FBC208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC208; }

 p { color: rgb(251,194,8); }

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

background-color css

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

 a { background-color: rgb(251,194,8); }

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

border-color css

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

 span { border-color: rgb(251,194,8); }

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