Html Css Color HEX #F0940A Gamboge

📋 copy color: '#F0940A'

red 240 ◦ green 148 ◦ blue 10

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

Shades of Gamboge #F0940A

Tints of Gamboge #F0940A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.51%

R = 60.3%
G = 37.19%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F0940A (or 0xF0940A) is known color: Gamboge. HEX triplet: F0, 94 and 0A. RGB value is (240,148,10). Sum of RGB (Red+Green+Blue) = 240+148+10=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 10 (4.30% from 255 or 2.51% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F0940A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0940A is #0F6BF5. Grayscale: #A0A0A0. Windows color (decimal): -1010678 or 693488. OLE color: 693488.

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

Color convert

RGB 240 148 10 -
CMYK 0 0.38 0.96 0.06
HSL 36º 0.92% 0.49% -
HSV(B) 36º 0.96% 0.94% -
XYZ 46.58 39.73 5.5 -
YUV 159.78 43.48 185.22 -
System Red Green Blue C M Y K H S L
Decimal 240 148 10 0 0.38 0.96 0.06 36 0.92 0.49
Hex F0 94 A 0 26 60 6 24 5C 31
Octal 360 224 12 0 46 140 6 44 134 61
Binary 11110000 10010100 1010 0 100110 1100000 110 100100 1011100 110001

Color Harmonies of #F0940A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0940A

Black with #F0940A

Text Example


Text Example

White with #F0940A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0940A; }

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

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

background-color css

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

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

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

border-color css

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

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

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