Html Css Color HEX #F09F0F Gamboge

📋 copy color: '#F09F0F'

red 240 ◦ green 159 ◦ blue 15

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

Shades of Gamboge #F09F0F

Tints of Gamboge #F09F0F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.41%

 BLUE value IS 15 (6.25% from 255) = 3.62%

R = 57.97%
G = 38.41%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F09F0F (or 0xF09F0F) is known color: Gamboge. HEX triplet: F0, 9F and 0F. RGB value is (240,159,15). Sum of RGB (Red+Green+Blue) = 240+159+15=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 15 (6.25% from 255 or 3.62% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F09F0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09F0F is #0F60F0. Grayscale: #A7A7A7. Windows color (decimal): -1007857 or 1023984. OLE color: 1023984.

HSL color Cylindrical-coordinate representation of color #F09F0F: hue angle of 38.4º degrees, saturation: 0.88, 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 #F09F0F is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 159 15 -
CMYK 0 0.34 0.94 0.06
HSL 38.4º 0.88% 0.5% -
HSV(B) 38.4º 0.94% 0.94% -
XYZ 48.42 43.36 6.27 -
YUV 166.8 42.34 180.21 -
System Red Green Blue C M Y K H S L
Decimal 240 159 15 0 0.34 0.94 0.06 38.4 0.88 0.5
Hex F0 9F F 0 22 5E 6 26 58 32
Octal 360 237 17 0 42 136 6 46 130 62
Binary 11110000 10011111 1111 0 100010 1011110 110 100110 1011000 110010

Color Harmonies of #F09F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09F0F

Black with #F09F0F

Text Example


Text Example

White with #F09F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09F0F; }

 p { color: rgb(240,159,15); }

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

background-color css

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

 a { background-color: rgb(240,159,15); }

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

border-color css

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

 span { border-color: rgb(240,159,15); }

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