Html Css Color HEX #F2BF02 Golden Poppy

📋 copy color: '#F2BF02'

red 242 ◦ green 191 ◦ blue 2

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

Shades of Golden Poppy #F2BF02

Tints of Golden Poppy #F2BF02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 55.63%
G = 43.91%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F2BF02 (or 0xF2BF02) is known color: Golden Poppy. HEX triplet: F2, BF and 02. RGB value is (242,191,2). Sum of RGB (Red+Green+Blue) = 242+191+2=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 2 (1.17% from 255 or 0.46% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BF02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2BF02 is #0D40FD. Grayscale: #B9B9B9. Windows color (decimal): -868606 or 180210. OLE color: 180210.

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

Color convert

RGB 242 191 2 -
CMYK 0 0.21 0.99 0.05
HSL 47.25º 0.98% 0.48% -
HSV(B) 47.25º 0.99% 0.95% -
XYZ 55.26 56.14 7.98 -
YUV 184.7 24.9 168.87 -
System Red Green Blue C M Y K H S L
Decimal 242 191 2 0 0.21 0.99 0.05 47.25 0.98 0.48
Hex F2 BF 2 0 15 63 5 2F 62 30
Octal 362 277 2 0 25 143 5 57 142 60
Binary 11110010 10111111 10 0 10101 1100011 101 101111 1100010 110000

Color Harmonies of #F2BF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BF02

Black with #F2BF02

Text Example


Text Example

White with #F2BF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BF02; }

 p { color: rgb(242,191,2); }

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

background-color css

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

 a { background-color: rgb(242,191,2); }

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

border-color css

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

 span { border-color: rgb(242,191,2); }

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