Html Css Color HEX #F09F0C Gamboge

📋 copy color: '#F09F0C'

red 240 ◦ green 159 ◦ blue 12

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

Shades of Gamboge #F09F0C

Tints of Gamboge #F09F0C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.69%

 BLUE value IS 12 (5.08% from 255) = 2.92%

R = 58.39%
G = 38.69%
B = 2.92%

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

#F09F0C (or 0xF09F0C) is known color: Gamboge. HEX triplet: F0, 9F and 0C. RGB value is (240,159,12). Sum of RGB (Red+Green+Blue) = 240+159+12=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 12 (5.08% from 255 or 2.92% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F09F0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09F0C is #0F60F3. Grayscale: #A7A7A7. Windows color (decimal): -1007860 or 827376. OLE color: 827376.

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

Color convert

RGB 240 159 12 -
CMYK 0 0.34 0.95 0.06
HSL 38.68º 0.9% 0.49% -
HSV(B) 38.68º 0.95% 0.94% -
XYZ 48.4 43.35 6.16 -
YUV 166.46 40.84 180.45 -
System Red Green Blue C M Y K H S L
Decimal 240 159 12 0 0.34 0.95 0.06 38.68 0.9 0.49
Hex F0 9F C 0 22 5F 6 27 5A 31
Octal 360 237 14 0 42 137 6 47 132 61
Binary 11110000 10011111 1100 0 100010 1011111 110 100111 1011010 110001

Color Harmonies of #F09F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09F0C

Black with #F09F0C

Text Example


Text Example

White with #F09F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09F0C; }

 p { color: rgb(240,159,12); }

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

background-color css

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

 a { background-color: rgb(240,159,12); }

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

border-color css

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

 span { border-color: rgb(240,159,12); }

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