Html Css Color HEX #F0B70E Selective Yellow

📋 copy color: '#F0B70E'

red 240 ◦ green 183 ◦ blue 14

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

Shades of Selective Yellow #F0B70E

Tints of Selective Yellow #F0B70E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.88%

 BLUE value IS 14 (5.86% from 255) = 3.2%

R = 54.92%
G = 41.88%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0B70E (or 0xF0B70E) is known color: Selective Yellow. HEX triplet: F0, B7 and 0E. RGB value is (240,183,14). Sum of RGB (Red+Green+Blue) = 240+183+14=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 14 (5.86% from 255 or 3.20% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B70E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B70E is #0F48F1. Grayscale: #B5B5B5. Windows color (decimal): -1001714 or 964592. OLE color: 964592.

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

Color convert

RGB 240 183 14 -
CMYK 0 0.24 0.94 0.06
HSL 44.87º 0.89% 0.5% -
HSV(B) 44.87º 0.94% 0.94% -
XYZ 52.95 52.42 7.74 -
YUV 180.78 33.88 170.24 -
System Red Green Blue C M Y K H S L
Decimal 240 183 14 0 0.24 0.94 0.06 44.87 0.89 0.5
Hex F0 B7 E 0 18 5E 6 2D 59 32
Octal 360 267 16 0 30 136 6 55 131 62
Binary 11110000 10110111 1110 0 11000 1011110 110 101101 1011001 110010

Color Harmonies of #F0B70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B70E

Black with #F0B70E

Text Example


Text Example

White with #F0B70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B70E; }

 p { color: rgb(240,183,14); }

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

background-color css

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

 a { background-color: rgb(240,183,14); }

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

border-color css

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

 span { border-color: rgb(240,183,14); }

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