Html Css Color HEX #F0BF02 Golden Poppy

📋 copy color: '#F0BF02'

red 240 ◦ green 191 ◦ blue 2

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

Shades of Golden Poppy #F0BF02

Tints of Golden Poppy #F0BF02

RGB

 RED value IS 240 (94.14% from 255) = 55.43%

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

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

R = 55.43%
G = 44.11%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F0BF02 (or 0xF0BF02) is known color: Golden Poppy. HEX triplet: F0, BF and 02. RGB value is (240,191,2). Sum of RGB (Red+Green+Blue) = 240+191+2=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 2 (1.17% from 255 or 0.46% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0BF02 is #0F40FD. Grayscale: #B8B8B8. Windows color (decimal): -999678 or 180208. OLE color: 180208.

HSL color Cylindrical-coordinate representation of color #F0BF02: hue angle of 47.65º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0BF02 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 191 2 -
CMYK 0 0.20 0.99 0.06
HSL 47.65º 0.98% 0.47% -
HSV(B) 47.65º 0.99% 0.94% -
XYZ 54.58 55.79 7.95 -
YUV 184.11 25.23 167.87 -
System Red Green Blue C M Y K H S L
Decimal 240 191 2 0 0.20 0.99 0.06 47.65 0.98 0.47
Hex F0 BF 2 0 14 63 6 30 62 2F
Octal 360 277 2 0 24 143 6 60 142 57
Binary 11110000 10111111 10 0 10100 1100011 110 110000 1100010 101111

Color Harmonies of #F0BF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BF02

Black with #F0BF02

Text Example


Text Example

White with #F0BF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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