Html Css Color HEX #F0B107 Selective Yellow

📋 copy color: '#F0B107'

red 240 ◦ green 177 ◦ blue 7

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

Shades of Selective Yellow #F0B107

Tints of Selective Yellow #F0B107

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.75%

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

R = 56.6%
G = 41.75%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F0B107 (or 0xF0B107) is known color: Selective Yellow. HEX triplet: F0, B1 and 07. RGB value is (240,177,7). Sum of RGB (Red+Green+Blue) = 240+177+7=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 177 (69.53% from 255 or 41.75% from 424); Blue value is 7 (3.12% from 255 or 1.65% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B107 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0B107 is #0F4EF8. Grayscale: #B1B1B1. Windows color (decimal): -1003257 or 504304. OLE color: 504304.

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

Color convert

RGB 240 177 7 -
CMYK 0 0.26 0.97 0.06
HSL 43.78º 0.94% 0.48% -
HSV(B) 43.78º 0.97% 0.94% -
XYZ 51.7 49.98 7.12 -
YUV 176.46 32.37 173.32 -
System Red Green Blue C M Y K H S L
Decimal 240 177 7 0 0.26 0.97 0.06 43.78 0.94 0.48
Hex F0 B1 7 0 1A 61 6 2C 5E 30
Octal 360 261 7 0 32 141 6 54 136 60
Binary 11110000 10110001 111 0 11010 1100001 110 101100 1011110 110000

Color Harmonies of #F0B107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B107

Black with #F0B107

Text Example


Text Example

White with #F0B107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B107; }

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

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

background-color css

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

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

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

border-color css

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

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

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