Html Css Color HEX #F09E0D Gamboge

📋 copy color: '#F09E0D'

red 240 ◦ green 158 ◦ blue 13

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

Shades of Gamboge #F09E0D

Tints of Gamboge #F09E0D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.44%

 BLUE value IS 13 (5.47% from 255) = 3.16%

R = 58.39%
G = 38.44%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F09E0D (or 0xF09E0D) is known color: Gamboge. HEX triplet: F0, 9E and 0D. RGB value is (240,158,13). Sum of RGB (Red+Green+Blue) = 240+158+13=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 13 (5.47% from 255 or 3.16% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F09E0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09E0D is #0F61F2. Grayscale: #A6A6A6. Windows color (decimal): -1008115 or 892656. OLE color: 892656.

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

Color convert

RGB 240 158 13 -
CMYK 0 0.34 0.95 0.06
HSL 38.33º 0.9% 0.5% -
HSV(B) 38.33º 0.95% 0.94% -
XYZ 48.23 43.01 6.14 -
YUV 165.99 41.67 180.79 -
System Red Green Blue C M Y K H S L
Decimal 240 158 13 0 0.34 0.95 0.06 38.33 0.9 0.5
Hex F0 9E D 0 22 5F 6 26 5A 32
Octal 360 236 15 0 42 137 6 46 132 62
Binary 11110000 10011110 1101 0 100010 1011111 110 100110 1011010 110010

Color Harmonies of #F09E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09E0D

Black with #F09E0D

Text Example


Text Example

White with #F09E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09E0D; }

 p { color: rgb(240,158,13); }

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

background-color css

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

 a { background-color: rgb(240,158,13); }

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

border-color css

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

 span { border-color: rgb(240,158,13); }

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