Html Css Color HEX #F09A0F Gamboge

📋 copy color: '#F09A0F'

red 240 ◦ green 154 ◦ blue 15

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

Shades of Gamboge #F09A0F

Tints of Gamboge #F09A0F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.65%

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

R = 58.68%
G = 37.65%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F09A0F (or 0xF09A0F) is known color: Gamboge. HEX triplet: F0, 9A and 0F. RGB value is (240,154,15). Sum of RGB (Red+Green+Blue) = 240+154+15=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 15 (6.25% from 255 or 3.67% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F09A0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09A0F is #0F65F0. Grayscale: #A4A4A4. Windows color (decimal): -1009137 or 1022704. OLE color: 1022704.

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

Color convert

RGB 240 154 15 -
CMYK 0 0.36 0.94 0.06
HSL 37.07º 0.88% 0.5% -
HSV(B) 37.07º 0.94% 0.94% -
XYZ 47.58 41.67 5.99 -
YUV 163.87 43.99 182.3 -
System Red Green Blue C M Y K H S L
Decimal 240 154 15 0 0.36 0.94 0.06 37.07 0.88 0.5
Hex F0 9A F 0 24 5E 6 25 58 32
Octal 360 232 17 0 44 136 6 45 130 62
Binary 11110000 10011010 1111 0 100100 1011110 110 100101 1011000 110010

Color Harmonies of #F09A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09A0F

Black with #F09A0F

Text Example


Text Example

White with #F09A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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