Html Css Color HEX #FBC00F Golden Poppy

📋 copy color: '#FBC00F'

red 251 ◦ green 192 ◦ blue 15

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

Shades of Golden Poppy #FBC00F

Tints of Golden Poppy #FBC00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.28%

R = 54.8%
G = 41.92%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FBC00F (or 0xFBC00F) is known color: Golden Poppy. HEX triplet: FB, C0 and 0F. RGB value is (251,192,15). Sum of RGB (Red+Green+Blue) = 251+192+15=458 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.80% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 15 (6.25% from 255 or 3.28% from 458); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC00F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC00F is #043FF0. Grayscale: #BEBEBE. Windows color (decimal): -278513 or 1032443. OLE color: 1032443.

HSL color Cylindrical-coordinate representation of color #FBC00F: hue angle of 45º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FBC00F is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 192 15 -
CMYK 0 0.24 0.94 0.02
HSL 45º 0.97% 0.52% -
HSV(B) 45º 0.94% 0.98% -
XYZ 58.72 58.24 8.6 -
YUV 189.46 29.55 171.89 -
System Red Green Blue C M Y K H S L
Decimal 251 192 15 0 0.24 0.94 0.02 45 0.97 0.52
Hex FB C0 F 0 18 5E 2 2D 61 34
Octal 373 300 17 0 30 136 2 55 141 64
Binary 11111011 11000000 1111 0 11000 1011110 10 101101 1100001 110100

Color Harmonies of #FBC00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC00F

Black with #FBC00F

Text Example


Text Example

White with #FBC00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC00F; }

 p { color: rgb(251,192,15); }

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

background-color css

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

 a { background-color: rgb(251,192,15); }

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

border-color css

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

 span { border-color: rgb(251,192,15); }

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