Html Css Color HEX #F0B807 Selective Yellow

📋 copy color: '#F0B807'

red 240 ◦ green 184 ◦ blue 7

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

Shades of Selective Yellow #F0B807

Tints of Selective Yellow #F0B807

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.69%

 BLUE value IS 7 (3.13% from 255) = 1.62%

R = 55.68%
G = 42.69%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F0B807 (or 0xF0B807) is known color: Selective Yellow. HEX triplet: F0, B8 and 07. RGB value is (240,184,7). Sum of RGB (Red+Green+Blue) = 240+184+7=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 184 (72.27% from 255 or 42.69% from 431); Blue value is 7 (3.12% from 255 or 1.62% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B807 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B807 is #0F47F8. Grayscale: #B5B5B5. Windows color (decimal): -1001465 or 506096. OLE color: 506096.

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

Color convert

RGB 240 184 7 -
CMYK 0 0.23 0.97 0.06
HSL 45.58º 0.94% 0.48% -
HSV(B) 45.58º 0.97% 0.94% -
XYZ 53.11 52.82 7.6 -
YUV 180.57 30.05 170.39 -
System Red Green Blue C M Y K H S L
Decimal 240 184 7 0 0.23 0.97 0.06 45.58 0.94 0.48
Hex F0 B8 7 0 17 61 6 2E 5E 30
Octal 360 270 7 0 27 141 6 56 136 60
Binary 11110000 10111000 111 0 10111 1100001 110 101110 1011110 110000

Color Harmonies of #F0B807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B807

Black with #F0B807

Text Example


Text Example

White with #F0B807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B807; }

 p { color: rgb(240,184,7); }

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

background-color css

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

 a { background-color: rgb(240,184,7); }

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

border-color css

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

 span { border-color: rgb(240,184,7); }

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