Html Css Color HEX #FBBF00 Golden Poppy

📋 copy color: '#FBBF00'

red 251 ◦ green 191 ◦ blue 0

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

Shades of Golden Poppy #FBBF00

Tints of Golden Poppy #FBBF00

RGB

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

 GREEN value IS 191 (75% from 255) = 43.21%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.79%
G = 43.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FBBF00 (or 0xFBBF00) is known color: Golden Poppy. HEX triplet: FB, BF and 00. RGB value is (251,191,0). Sum of RGB (Red+Green+Blue) = 251+191+0=442 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.79% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 0 (0.39% from 255 or 0% from 442); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBBF00 is #0440FF. Grayscale: #BBBBBB. Windows color (decimal): -278784 or 49147. OLE color: 49147.

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

Color convert

RGB 251 191 0 -
CMYK 0 0.24 1 0.02
HSL 45.66º 1% 0.49% -
HSV(B) 45.66º 1% 0.98% -
XYZ 58.41 57.77 8.07 -
YUV 187.17 22.38 173.53 -
System Red Green Blue C M Y K H S L
Decimal 251 191 0 0 0.24 1 0.02 45.66 1 0.49
Hex FB BF 0 0 18 64 2 2E 64 31
Octal 373 277 0 0 30 144 2 56 144 61
Binary 11111011 10111111 0 0 11000 1100100 10 101110 1100100 110001

Color Harmonies of #FBBF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBF00

Black with #FBBF00

Text Example


Text Example

White with #FBBF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBF00; }

 p { color: rgb(251,191,0); }

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

background-color css

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

 a { background-color: rgb(251,191,0); }

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

border-color css

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

 span { border-color: rgb(251,191,0); }

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