Html Css Color HEX #F0B90B Golden Poppy

📋 copy color: '#F0B90B'

red 240 ◦ green 185 ◦ blue 11

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

Shades of Golden Poppy #F0B90B

Tints of Golden Poppy #F0B90B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.43%

 BLUE value IS 11 (4.69% from 255) = 2.52%

R = 55.05%
G = 42.43%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0B90B (or 0xF0B90B) is known color: Golden Poppy. HEX triplet: F0, B9 and 0B. RGB value is (240,185,11). Sum of RGB (Red+Green+Blue) = 240+185+11=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 11 (4.69% from 255 or 2.52% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B90B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B90B is #0F46F4. Grayscale: #B6B6B6. Windows color (decimal): -1001205 or 768496. OLE color: 768496.

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

Color convert

RGB 240 185 11 -
CMYK 0 0.23 0.95 0.06
HSL 45.59º 0.91% 0.49% -
HSV(B) 45.59º 0.95% 0.94% -
XYZ 53.34 53.25 7.78 -
YUV 181.61 31.72 169.65 -
System Red Green Blue C M Y K H S L
Decimal 240 185 11 0 0.23 0.95 0.06 45.59 0.91 0.49
Hex F0 B9 B 0 17 5F 6 2E 5B 31
Octal 360 271 13 0 27 137 6 56 133 61
Binary 11110000 10111001 1011 0 10111 1011111 110 101110 1011011 110001

Color Harmonies of #F0B90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B90B

Black with #F0B90B

Text Example


Text Example

White with #F0B90B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B90B; }

 p { color: rgb(240,185,11); }

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

background-color css

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

 a { background-color: rgb(240,185,11); }

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

border-color css

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

 span { border-color: rgb(240,185,11); }

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