Html Css Color HEX #F09A0D Gamboge

📋 copy color: '#F09A0D'

red 240 ◦ green 154 ◦ blue 13

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

Shades of Gamboge #F09A0D

Tints of Gamboge #F09A0D

RGB

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

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

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

R = 58.97%
G = 37.84%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F09A0D (or 0xF09A0D) is known color: Gamboge. HEX triplet: F0, 9A and 0D. RGB value is (240,154,13). Sum of RGB (Red+Green+Blue) = 240+154+13=407 (53% of max value = 765). Red value is 240 (94.14% from 255 or 58.97% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 13 (5.47% from 255 or 3.19% from 407); Max value from RGB is 240 - color contains mainly: red. Hex color #F09A0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09A0D is #0F65F2. Grayscale: #A4A4A4. Windows color (decimal): -1009139 or 891632. OLE color: 891632.

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

Color convert

RGB 240 154 13 -
CMYK 0 0.36 0.95 0.06
HSL 37.27º 0.9% 0.5% -
HSV(B) 37.27º 0.95% 0.94% -
XYZ 47.56 41.67 5.92 -
YUV 163.64 42.99 182.46 -
System Red Green Blue C M Y K H S L
Decimal 240 154 13 0 0.36 0.95 0.06 37.27 0.9 0.5
Hex F0 9A D 0 24 5F 6 25 5A 32
Octal 360 232 15 0 44 137 6 45 132 62
Binary 11110000 10011010 1101 0 100100 1011111 110 100101 1011010 110010

Color Harmonies of #F09A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09A0D

Black with #F09A0D

Text Example


Text Example

White with #F09A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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