Html Css Color HEX #F09613 Gamboge

📋 copy color: '#F09613'

red 240 ◦ green 150 ◦ blue 19

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

Shades of Gamboge #F09613

Tints of Gamboge #F09613

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.67%

 BLUE value IS 19 (7.81% from 255) = 4.65%

R = 58.68%
G = 36.67%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F09613 (or 0xF09613) is known color: Gamboge. HEX triplet: F0, 96 and 13. RGB value is (240,150,19). Sum of RGB (Red+Green+Blue) = 240+150+19=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 19 (7.81% from 255 or 4.65% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F09613 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09613 is #0F69EC. Grayscale: #A2A2A2. Windows color (decimal): -1010157 or 1283824. OLE color: 1283824.

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

Color convert

RGB 240 150 19 -
CMYK 0 0.37 0.92 0.06
HSL 35.57º 0.88% 0.51% -
HSV(B) 35.57º 0.92% 0.94% -
XYZ 46.96 40.38 5.94 -
YUV 161.98 47.32 183.65 -
System Red Green Blue C M Y K H S L
Decimal 240 150 19 0 0.37 0.92 0.06 35.57 0.88 0.51
Hex F0 96 13 0 25 5C 6 24 58 33
Octal 360 226 23 0 45 134 6 44 130 63
Binary 11110000 10010110 10011 0 100101 1011100 110 100100 1011000 110011

Color Harmonies of #F09613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09613

Black with #F09613

Text Example


Text Example

White with #F09613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09613; }

 p { color: rgb(240,150,19); }

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

background-color css

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

 a { background-color: rgb(240,150,19); }

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

border-color css

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

 span { border-color: rgb(240,150,19); }

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