Html Css Color HEX #F2BF04 Golden Poppy

📋 copy color: '#F2BF04'

red 242 ◦ green 191 ◦ blue 4

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

Shades of Golden Poppy #F2BF04

Tints of Golden Poppy #F2BF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.92%

R = 55.38%
G = 43.71%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F2BF04 (or 0xF2BF04) is known color: Golden Poppy. HEX triplet: F2, BF and 04. RGB value is (242,191,4). Sum of RGB (Red+Green+Blue) = 242+191+4=437 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.38% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 4 (1.95% from 255 or 0.92% from 437); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BF04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2BF04 is #0D40FB. Grayscale: #B9B9B9. Windows color (decimal): -868604 or 311282. OLE color: 311282.

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

Color convert

RGB 242 191 4 -
CMYK 0 0.21 0.98 0.05
HSL 47.14º 0.97% 0.48% -
HSV(B) 47.14º 0.98% 0.95% -
XYZ 55.27 56.15 8.04 -
YUV 184.93 25.9 168.71 -
System Red Green Blue C M Y K H S L
Decimal 242 191 4 0 0.21 0.98 0.05 47.14 0.97 0.48
Hex F2 BF 4 0 15 62 5 2F 61 30
Octal 362 277 4 0 25 142 5 57 141 60
Binary 11110010 10111111 100 0 10101 1100010 101 101111 1100001 110000

Color Harmonies of #F2BF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BF04

Black with #F2BF04

Text Example


Text Example

White with #F2BF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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