Html Css Color HEX #F0BE02 Golden Poppy

📋 copy color: '#F0BE02'

red 240 ◦ green 190 ◦ blue 2

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

Shades of Golden Poppy #F0BE02

Tints of Golden Poppy #F0BE02

RGB

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

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

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

R = 55.56%
G = 43.98%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F0BE02 (or 0xF0BE02) is known color: Golden Poppy. HEX triplet: F0, BE and 02. RGB value is (240,190,2). Sum of RGB (Red+Green+Blue) = 240+190+2=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 190 (74.61% from 255 or 43.98% from 432); Blue value is 2 (1.17% from 255 or 0.46% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BE02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0BE02 is #0F41FD. Grayscale: #B8B8B8. Windows color (decimal): -999934 or 179952. OLE color: 179952.

HSL color Cylindrical-coordinate representation of color #F0BE02: hue angle of 47.39º 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 #F0BE02 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 190 2 -
CMYK 0 0.21 0.99 0.06
HSL 47.39º 0.98% 0.47% -
HSV(B) 47.39º 0.99% 0.94% -
XYZ 54.36 55.36 7.88 -
YUV 183.52 25.57 168.29 -
System Red Green Blue C M Y K H S L
Decimal 240 190 2 0 0.21 0.99 0.06 47.39 0.98 0.47
Hex F0 BE 2 0 15 63 6 2F 62 2F
Octal 360 276 2 0 25 143 6 57 142 57
Binary 11110000 10111110 10 0 10101 1100011 110 101111 1100010 101111

Color Harmonies of #F0BE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BE02

Black with #F0BE02

Text Example


Text Example

White with #F0BE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BE02; }

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

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

background-color css

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

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

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

border-color css

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

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

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