Html Css Color HEX #F0940E Gamboge

📋 copy color: '#F0940E'

red 240 ◦ green 148 ◦ blue 14

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

Shades of Gamboge #F0940E

Tints of Gamboge #F0940E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.82%

 BLUE value IS 14 (5.86% from 255) = 3.48%

R = 59.7%
G = 36.82%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0940E (or 0xF0940E) is known color: Gamboge. HEX triplet: F0, 94 and 0E. RGB value is (240,148,14). Sum of RGB (Red+Green+Blue) = 240+148+14=402 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.70% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 14 (5.86% from 255 or 3.48% from 402); Max value from RGB is 240 - color contains mainly: red. Hex color #F0940E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0940E is #0F6BF1. Grayscale: #A0A0A0. Windows color (decimal): -1010674 or 955632. OLE color: 955632.

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

Color convert

RGB 240 148 14 -
CMYK 0 0.38 0.94 0.06
HSL 35.58º 0.89% 0.5% -
HSV(B) 35.58º 0.94% 0.94% -
XYZ 46.6 39.74 5.63 -
YUV 160.23 45.48 184.9 -
System Red Green Blue C M Y K H S L
Decimal 240 148 14 0 0.38 0.94 0.06 35.58 0.89 0.5
Hex F0 94 E 0 26 5E 6 24 59 32
Octal 360 224 16 0 46 136 6 44 131 62
Binary 11110000 10010100 1110 0 100110 1011110 110 100100 1011001 110010

Color Harmonies of #F0940E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0940E

Black with #F0940E

Text Example


Text Example

White with #F0940E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0940E; }

 p { color: rgb(240,148,14); }

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

background-color css

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

 a { background-color: rgb(240,148,14); }

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

border-color css

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

 span { border-color: rgb(240,148,14); }

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