Html Css Color HEX #F2BB00 Golden Poppy

📋 copy color: '#F2BB00'

red 242 ◦ green 187 ◦ blue 0

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

Shades of Golden Poppy #F2BB00

Tints of Golden Poppy #F2BB00

RGB

 RED value IS 242 (94.92% from 255) = 56.41%

 GREEN value IS 187 (73.44% from 255) = 43.59%

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

R = 56.41%
G = 43.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F2BB00 (or 0xF2BB00) is known color: Golden Poppy. HEX triplet: F2, BB and 00. RGB value is (242,187,0). Sum of RGB (Red+Green+Blue) = 242+187+0=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 0 (0.39% from 255 or 0% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BB00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2BB00 is #0D44FF. Grayscale: #B6B6B6. Windows color (decimal): -869632 or 48114. OLE color: 48114.

HSL color Cylindrical-coordinate representation of color #F2BB00: hue angle of 46.36º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2BB00 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 187 0 -
CMYK 0 0.23 1 0.05
HSL 46.36º 1% 0.47% -
HSV(B) 46.36º 1% 0.95% -
XYZ 54.39 54.42 7.64 -
YUV 182.13 25.22 170.71 -
System Red Green Blue C M Y K H S L
Decimal 242 187 0 0 0.23 1 0.05 46.36 1 0.47
Hex F2 BB 0 0 17 64 5 2E 64 2F
Octal 362 273 0 0 27 144 5 56 144 57
Binary 11110010 10111011 0 0 10111 1100100 101 101110 1100100 101111

Color Harmonies of #F2BB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BB00

Black with #F2BB00

Text Example


Text Example

White with #F2BB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BB00; }

 p { color: rgb(242,187,0); }

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

background-color css

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

 a { background-color: rgb(242,187,0); }

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

border-color css

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

 span { border-color: rgb(242,187,0); }

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