Html Css Color HEX #F0B309 Selective Yellow

📋 copy color: '#F0B309'

red 240 ◦ green 179 ◦ blue 9

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

Shades of Selective Yellow #F0B309

Tints of Selective Yellow #F0B309

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.82%

 BLUE value IS 9 (3.91% from 255) = 2.1%

R = 56.07%
G = 41.82%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F0B309 (or 0xF0B309) is known color: Selective Yellow. HEX triplet: F0, B3 and 09. RGB value is (240,179,9). Sum of RGB (Red+Green+Blue) = 240+179+9=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 9 (3.91% from 255 or 2.10% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B309 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B309 is #0F4CF6. Grayscale: #B2B2B2. Windows color (decimal): -1002743 or 635888. OLE color: 635888.

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

Color convert

RGB 240 179 9 -
CMYK 0 0.25 0.96 0.06
HSL 44.16º 0.93% 0.49% -
HSV(B) 44.16º 0.96% 0.94% -
XYZ 52.1 50.79 7.31 -
YUV 177.86 32.71 172.32 -
System Red Green Blue C M Y K H S L
Decimal 240 179 9 0 0.25 0.96 0.06 44.16 0.93 0.49
Hex F0 B3 9 0 19 60 6 2C 5D 31
Octal 360 263 11 0 31 140 6 54 135 61
Binary 11110000 10110011 1001 0 11001 1100000 110 101100 1011101 110001

Color Harmonies of #F0B309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B309

Black with #F0B309

Text Example


Text Example

White with #F0B309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B309; }

 p { color: rgb(240,179,9); }

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

background-color css

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

 a { background-color: rgb(240,179,9); }

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

border-color css

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

 span { border-color: rgb(240,179,9); }

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