Html Css Color HEX #F0A30C Gamboge

📋 copy color: '#F0A30C'

red 240 ◦ green 163 ◦ blue 12

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

Shades of Gamboge #F0A30C

Tints of Gamboge #F0A30C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.28%

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

R = 57.83%
G = 39.28%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0A30C (or 0xF0A30C) is known color: Gamboge. HEX triplet: F0, A3 and 0C. RGB value is (240,163,12). Sum of RGB (Red+Green+Blue) = 240+163+12=415 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.83% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A30C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A30C is #0F5CF3. Grayscale: #A9A9A9. Windows color (decimal): -1006836 or 828400. OLE color: 828400.

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

Color convert

RGB 240 163 12 -
CMYK 0 0.32 0.95 0.06
HSL 39.74º 0.9% 0.49% -
HSV(B) 39.74º 0.95% 0.94% -
XYZ 49.1 44.75 6.4 -
YUV 168.81 39.51 178.78 -
System Red Green Blue C M Y K H S L
Decimal 240 163 12 0 0.32 0.95 0.06 39.74 0.9 0.49
Hex F0 A3 C 0 20 5F 6 28 5A 31
Octal 360 243 14 0 40 137 6 50 132 61
Binary 11110000 10100011 1100 0 100000 1011111 110 101000 1011010 110001

Color Harmonies of #F0A30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A30C

Black with #F0A30C

Text Example


Text Example

White with #F0A30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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