Html Css Color HEX #F09F07 Gamboge

📋 copy color: '#F09F07'

red 240 ◦ green 159 ◦ blue 7

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

Shades of Gamboge #F09F07

Tints of Gamboge #F09F07

RGB

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

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

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

R = 59.11%
G = 39.16%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F09F07 (or 0xF09F07) is known color: Gamboge. HEX triplet: F0, 9F and 07. RGB value is (240,159,7). Sum of RGB (Red+Green+Blue) = 240+159+7=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 7 (3.12% from 255 or 1.72% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F09F07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09F07 is #0F60F8. Grayscale: #A6A6A6. Windows color (decimal): -1007865 or 499696. OLE color: 499696.

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

Color convert

RGB 240 159 7 -
CMYK 0 0.34 0.97 0.06
HSL 39.14º 0.94% 0.48% -
HSV(B) 39.14º 0.97% 0.94% -
XYZ 48.37 43.34 6.02 -
YUV 165.89 38.34 180.86 -
System Red Green Blue C M Y K H S L
Decimal 240 159 7 0 0.34 0.97 0.06 39.14 0.94 0.48
Hex F0 9F 7 0 22 61 6 27 5E 30
Octal 360 237 7 0 42 141 6 47 136 60
Binary 11110000 10011111 111 0 100010 1100001 110 100111 1011110 110000

Color Harmonies of #F09F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09F07

Black with #F09F07

Text Example


Text Example

White with #F09F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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