Html Css Color HEX #F09410 Gamboge

📋 copy color: '#F09410'

red 240 ◦ green 148 ◦ blue 16

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

Shades of Gamboge #F09410

Tints of Gamboge #F09410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.96%

R = 59.41%
G = 36.63%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F09410 (or 0xF09410) is known color: Gamboge. HEX triplet: F0, 94 and 10. RGB value is (240,148,16). Sum of RGB (Red+Green+Blue) = 240+148+16=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 16 (6.64% from 255 or 3.96% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F09410 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09410 is #0F6BEF. Grayscale: #A1A1A1. Windows color (decimal): -1010672 or 1086704. OLE color: 1086704.

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

Color convert

RGB 240 148 16 -
CMYK 0 0.38 0.93 0.06
HSL 35.36º 0.88% 0.5% -
HSV(B) 35.36º 0.93% 0.94% -
XYZ 46.62 39.74 5.7 -
YUV 160.46 46.48 184.73 -
System Red Green Blue C M Y K H S L
Decimal 240 148 16 0 0.38 0.93 0.06 35.36 0.88 0.5
Hex F0 94 10 0 26 5D 6 23 58 32
Octal 360 224 20 0 46 135 6 43 130 62
Binary 11110000 10010100 10000 0 100110 1011101 110 100011 1011000 110010

Color Harmonies of #F09410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09410

Black with #F09410

Text Example


Text Example

White with #F09410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09410; }

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

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

background-color css

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

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

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

border-color css

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

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

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