Html Css Color HEX #F09C0F Gamboge

📋 copy color: '#F09C0F'

red 240 ◦ green 156 ◦ blue 15

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

Shades of Gamboge #F09C0F

Tints of Gamboge #F09C0F

RGB

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

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

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

R = 58.39%
G = 37.96%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F09C0F (or 0xF09C0F) is known color: Gamboge. HEX triplet: F0, 9C and 0F. RGB value is (240,156,15). Sum of RGB (Red+Green+Blue) = 240+156+15=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 15 (6.25% from 255 or 3.65% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F09C0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09C0F is #0F63F0. Grayscale: #A5A5A5. Windows color (decimal): -1008625 or 1023216. OLE color: 1023216.

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

Color convert

RGB 240 156 15 -
CMYK 0 0.35 0.94 0.06
HSL 37.6º 0.88% 0.5% -
HSV(B) 37.6º 0.94% 0.94% -
XYZ 47.91 42.34 6.1 -
YUV 165.04 43.33 181.46 -
System Red Green Blue C M Y K H S L
Decimal 240 156 15 0 0.35 0.94 0.06 37.6 0.88 0.5
Hex F0 9C F 0 23 5E 6 26 58 32
Octal 360 234 17 0 43 136 6 46 130 62
Binary 11110000 10011100 1111 0 100011 1011110 110 100110 1011000 110010

Color Harmonies of #F09C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09C0F

Black with #F09C0F

Text Example


Text Example

White with #F09C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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