Html Css Color HEX #F09F0A Gamboge

📋 copy color: '#F09F0A'

red 240 ◦ green 159 ◦ blue 10

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

Shades of Gamboge #F09F0A

Tints of Gamboge #F09F0A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.88%

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

R = 58.68%
G = 38.88%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F09F0A (or 0xF09F0A) is known color: Gamboge. HEX triplet: F0, 9F and 0A. RGB value is (240,159,10). Sum of RGB (Red+Green+Blue) = 240+159+10=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 10 (4.30% from 255 or 2.44% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F09F0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09F0A is #0F60F5. Grayscale: #A6A6A6. Windows color (decimal): -1007862 or 696304. OLE color: 696304.

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

Color convert

RGB 240 159 10 -
CMYK 0 0.34 0.96 0.06
HSL 38.87º 0.92% 0.49% -
HSV(B) 38.87º 0.96% 0.94% -
XYZ 48.39 43.34 6.1 -
YUV 166.23 39.84 180.62 -
System Red Green Blue C M Y K H S L
Decimal 240 159 10 0 0.34 0.96 0.06 38.87 0.92 0.49
Hex F0 9F A 0 22 60 6 27 5C 31
Octal 360 237 12 0 42 140 6 47 134 61
Binary 11110000 10011111 1010 0 100010 1100000 110 100111 1011100 110001

Color Harmonies of #F09F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09F0A

Black with #F09F0A

Text Example


Text Example

White with #F09F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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