Html Css Color HEX #F09D07 Gamboge

📋 copy color: '#F09D07'

red 240 ◦ green 157 ◦ blue 7

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

Shades of Gamboge #F09D07

Tints of Gamboge #F09D07

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.86%

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

R = 59.41%
G = 38.86%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F09D07 (or 0xF09D07) is known color: Gamboge. HEX triplet: F0, 9D and 07. RGB value is (240,157,7). Sum of RGB (Red+Green+Blue) = 240+157+7=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 7 (3.12% from 255 or 1.73% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F09D07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09D07 is #0F62F8. Grayscale: #A5A5A5. Windows color (decimal): -1008377 or 499184. OLE color: 499184.

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

Color convert

RGB 240 157 7 -
CMYK 0 0.35 0.97 0.06
HSL 38.63º 0.94% 0.48% -
HSV(B) 38.63º 0.97% 0.94% -
XYZ 48.03 42.65 5.9 -
YUV 164.72 39 181.7 -
System Red Green Blue C M Y K H S L
Decimal 240 157 7 0 0.35 0.97 0.06 38.63 0.94 0.48
Hex F0 9D 7 0 23 61 6 27 5E 30
Octal 360 235 7 0 43 141 6 47 136 60
Binary 11110000 10011101 111 0 100011 1100001 110 100111 1011110 110000

Color Harmonies of #F09D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09D07

Black with #F09D07

Text Example


Text Example

White with #F09D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09D07; }

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

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

background-color css

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

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

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

border-color css

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

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

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