Html Css Color HEX #F0940F Gamboge

📋 copy color: '#F0940F'

red 240 ◦ green 148 ◦ blue 15

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

Shades of Gamboge #F0940F

Tints of Gamboge #F0940F

RGB

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

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

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

R = 59.55%
G = 36.72%
B = 3.72%

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

#F0940F (or 0xF0940F) is known color: Gamboge. HEX triplet: F0, 94 and 0F. RGB value is (240,148,15). Sum of RGB (Red+Green+Blue) = 240+148+15=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 15 (6.25% from 255 or 3.72% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F0940F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0940F is #0F6BF0. Grayscale: #A0A0A0. Windows color (decimal): -1010673 or 1021168. OLE color: 1021168.

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

Color convert

RGB 240 148 15 -
CMYK 0 0.38 0.94 0.06
HSL 35.47º 0.88% 0.5% -
HSV(B) 35.47º 0.94% 0.94% -
XYZ 46.61 39.74 5.67 -
YUV 160.35 45.98 184.81 -
System Red Green Blue C M Y K H S L
Decimal 240 148 15 0 0.38 0.94 0.06 35.47 0.88 0.5
Hex F0 94 F 0 26 5E 6 23 58 32
Octal 360 224 17 0 46 136 6 43 130 62
Binary 11110000 10010100 1111 0 100110 1011110 110 100011 1011000 110010

Color Harmonies of #F0940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0940F

Black with #F0940F

Text Example


Text Example

White with #F0940F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0940F; }

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

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

background-color css

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

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

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

border-color css

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

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

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