Html Css Color HEX #F09C07 Gamboge

📋 copy color: '#F09C07'

red 240 ◦ green 156 ◦ blue 7

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

Shades of Gamboge #F09C07

Tints of Gamboge #F09C07

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.71%

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

R = 59.55%
G = 38.71%
B = 1.74%

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

#F09C07 (or 0xF09C07) is known color: Gamboge. HEX triplet: F0, 9C and 07. RGB value is (240,156,7). Sum of RGB (Red+Green+Blue) = 240+156+7=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 7 (3.12% from 255 or 1.74% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F09C07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09C07 is #0F63F8. Grayscale: #A4A4A4. Windows color (decimal): -1008633 or 498928. OLE color: 498928.

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

Color convert

RGB 240 156 7 -
CMYK 0 0.35 0.97 0.06
HSL 38.37º 0.94% 0.48% -
HSV(B) 38.37º 0.97% 0.94% -
XYZ 47.86 42.32 5.85 -
YUV 164.13 39.33 182.12 -
System Red Green Blue C M Y K H S L
Decimal 240 156 7 0 0.35 0.97 0.06 38.37 0.94 0.48
Hex F0 9C 7 0 23 61 6 26 5E 30
Octal 360 234 7 0 43 141 6 46 136 60
Binary 11110000 10011100 111 0 100011 1100001 110 100110 1011110 110000

Color Harmonies of #F09C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09C07

Black with #F09C07

Text Example


Text Example

White with #F09C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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