Html Css Color HEX #F2BE08 Golden Poppy

📋 copy color: '#F2BE08'

red 242 ◦ green 190 ◦ blue 8

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

Shades of Golden Poppy #F2BE08

Tints of Golden Poppy #F2BE08

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.18%

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

R = 55%
G = 43.18%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F2BE08 (or 0xF2BE08) is known color: Golden Poppy. HEX triplet: F2, BE and 08. RGB value is (242,190,8). Sum of RGB (Red+Green+Blue) = 242+190+8=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 8 (3.52% from 255 or 1.82% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BE08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2BE08 is #0D41F7. Grayscale: #B9B9B9. Windows color (decimal): -868856 or 573170. OLE color: 573170.

HSL color Cylindrical-coordinate representation of color #F2BE08: hue angle of 46.67º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F2BE08 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 190 8 -
CMYK 0 0.21 0.97 0.05
HSL 46.67º 0.94% 0.49% -
HSV(B) 46.67º 0.97% 0.95% -
XYZ 55.08 55.72 8.08 -
YUV 184.8 28.23 168.8 -
System Red Green Blue C M Y K H S L
Decimal 242 190 8 0 0.21 0.97 0.05 46.67 0.94 0.49
Hex F2 BE 8 0 15 61 5 2F 5E 31
Octal 362 276 10 0 25 141 5 57 136 61
Binary 11110010 10111110 1000 0 10101 1100001 101 101111 1011110 110001

Color Harmonies of #F2BE08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BE08

Black with #F2BE08

Text Example


Text Example

White with #F2BE08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BE08; }

 p { color: rgb(242,190,8); }

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

background-color css

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

 a { background-color: rgb(242,190,8); }

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

border-color css

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

 span { border-color: rgb(242,190,8); }

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