Html Css Color HEX #F09409 Gamboge

📋 copy color: '#F09409'

red 240 ◦ green 148 ◦ blue 9

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

Shades of Gamboge #F09409

Tints of Gamboge #F09409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.27%

R = 60.45%
G = 37.28%
B = 2.27%

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

#F09409 (or 0xF09409) is known color: Gamboge. HEX triplet: F0, 94 and 09. RGB value is (240,148,9). Sum of RGB (Red+Green+Blue) = 240+148+9=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 9 (3.91% from 255 or 2.27% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F09409 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09409 is #0F6BF6. Grayscale: #A0A0A0. Windows color (decimal): -1010679 or 627952. OLE color: 627952.

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

Color convert

RGB 240 148 9 -
CMYK 0 0.38 0.96 0.06
HSL 36.1º 0.93% 0.49% -
HSV(B) 36.1º 0.96% 0.94% -
XYZ 46.57 39.72 5.47 -
YUV 159.66 42.98 185.3 -
System Red Green Blue C M Y K H S L
Decimal 240 148 9 0 0.38 0.96 0.06 36.1 0.93 0.49
Hex F0 94 9 0 26 60 6 24 5D 31
Octal 360 224 11 0 46 140 6 44 135 61
Binary 11110000 10010100 1001 0 100110 1100000 110 100100 1011101 110001

Color Harmonies of #F09409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09409

Black with #F09409

Text Example


Text Example

White with #F09409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09409; }

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

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

background-color css

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

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

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

border-color css

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

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

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