Html Css Color HEX #F0980A Gamboge

📋 copy color: '#F0980A'

red 240 ◦ green 152 ◦ blue 10

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

Shades of Gamboge #F0980A

Tints of Gamboge #F0980A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.81%

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

R = 59.7%
G = 37.81%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F0980A (or 0xF0980A) is known color: Gamboge. HEX triplet: F0, 98 and 0A. RGB value is (240,152,10). Sum of RGB (Red+Green+Blue) = 240+152+10=402 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.70% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 10 (4.30% from 255 or 2.49% from 402); Max value from RGB is 240 - color contains mainly: red. Hex color #F0980A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0980A is #0F67F5. Grayscale: #A2A2A2. Windows color (decimal): -1009654 or 694512. OLE color: 694512.

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

Color convert

RGB 240 152 10 -
CMYK 0 0.37 0.96 0.06
HSL 37.04º 0.92% 0.49% -
HSV(B) 37.04º 0.96% 0.94% -
XYZ 47.22 41 5.71 -
YUV 162.12 42.15 183.55 -
System Red Green Blue C M Y K H S L
Decimal 240 152 10 0 0.37 0.96 0.06 37.04 0.92 0.49
Hex F0 98 A 0 25 60 6 25 5C 31
Octal 360 230 12 0 45 140 6 45 134 61
Binary 11110000 10011000 1010 0 100101 1100000 110 100101 1011100 110001

Color Harmonies of #F0980A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0980A

Black with #F0980A

Text Example


Text Example

White with #F0980A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0980A; }

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

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

background-color css

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

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

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

border-color css

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

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

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