Html Css Color HEX #F09505 Gamboge

📋 copy color: '#F09505'

red 240 ◦ green 149 ◦ blue 5

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

Shades of Gamboge #F09505

Tints of Gamboge #F09505

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.82%

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

R = 60.91%
G = 37.82%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F09505 (or 0xF09505) is known color: Gamboge. HEX triplet: F0, 95 and 05. RGB value is (240,149,5). Sum of RGB (Red+Green+Blue) = 240+149+5=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 5 (2.34% from 255 or 1.27% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F09505 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09505 is #0F6AFA. Grayscale: #A0A0A0. Windows color (decimal): -1010427 or 366064. OLE color: 366064.

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

Color convert

RGB 240 149 5 -
CMYK 0 0.38 0.98 0.06
HSL 36.77º 0.96% 0.48% -
HSV(B) 36.77º 0.98% 0.94% -
XYZ 46.71 40.03 5.41 -
YUV 159.79 40.65 185.21 -
System Red Green Blue C M Y K H S L
Decimal 240 149 5 0 0.38 0.98 0.06 36.77 0.96 0.48
Hex F0 95 5 0 26 62 6 25 60 30
Octal 360 225 5 0 46 142 6 45 140 60
Binary 11110000 10010101 101 0 100110 1100010 110 100101 1100000 110000

Color Harmonies of #F09505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09505

Black with #F09505

Text Example


Text Example

White with #F09505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09505; }

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

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

background-color css

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

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

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

border-color css

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

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

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