Html Css Color HEX #F0940D Gamboge

📋 copy color: '#F0940D'

red 240 ◦ green 148 ◦ blue 13

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

Shades of Gamboge #F0940D

Tints of Gamboge #F0940D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.24%

R = 59.85%
G = 36.91%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0940D (or 0xF0940D) is known color: Gamboge. HEX triplet: F0, 94 and 0D. RGB value is (240,148,13). Sum of RGB (Red+Green+Blue) = 240+148+13=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 13 (5.47% from 255 or 3.24% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F0940D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0940D is #0F6BF2. Grayscale: #A0A0A0. Windows color (decimal): -1010675 or 890096. OLE color: 890096.

HSL color Cylindrical-coordinate representation of color #F0940D: hue angle of 35.68º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0940D is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 148 13 -
CMYK 0 0.38 0.95 0.06
HSL 35.68º 0.9% 0.5% -
HSV(B) 35.68º 0.95% 0.94% -
XYZ 46.6 39.73 5.59 -
YUV 160.12 44.98 184.98 -
System Red Green Blue C M Y K H S L
Decimal 240 148 13 0 0.38 0.95 0.06 35.68 0.9 0.5
Hex F0 94 D 0 26 5F 6 24 5A 32
Octal 360 224 15 0 46 137 6 44 132 62
Binary 11110000 10010100 1101 0 100110 1011111 110 100100 1011010 110010

Color Harmonies of #F0940D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0940D

Black with #F0940D

Text Example


Text Example

White with #F0940D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0940D; }

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

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

background-color css

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

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

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

border-color css

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

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

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