Html Css Color HEX #F0B305 Selective Yellow

📋 copy color: '#F0B305'

red 240 ◦ green 179 ◦ blue 5

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

Shades of Selective Yellow #F0B305

Tints of Selective Yellow #F0B305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.18%

R = 56.6%
G = 42.22%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F0B305 (or 0xF0B305) is known color: Selective Yellow. HEX triplet: F0, B3 and 05. RGB value is (240,179,5). Sum of RGB (Red+Green+Blue) = 240+179+5=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 5 (2.34% from 255 or 1.18% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B305 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B305 is #0F4CFA. Grayscale: #B2B2B2. Windows color (decimal): -1002747 or 373744. OLE color: 373744.

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

Color convert

RGB 240 179 5 -
CMYK 0 0.25 0.98 0.06
HSL 44.43º 0.96% 0.48% -
HSV(B) 44.43º 0.98% 0.94% -
XYZ 52.08 50.78 7.2 -
YUV 177.4 30.71 172.65 -
System Red Green Blue C M Y K H S L
Decimal 240 179 5 0 0.25 0.98 0.06 44.43 0.96 0.48
Hex F0 B3 5 0 19 62 6 2C 60 30
Octal 360 263 5 0 31 142 6 54 140 60
Binary 11110000 10110011 101 0 11001 1100010 110 101100 1100000 110000

Color Harmonies of #F0B305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B305

Black with #F0B305

Text Example


Text Example

White with #F0B305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B305; }

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

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

background-color css

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

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

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

border-color css

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

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

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