Html Css Color HEX #F39C14 Gamboge

📋 copy color: '#F39C14'

red 243 ◦ green 156 ◦ blue 20

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

Shades of Gamboge #F39C14

Tints of Gamboge #F39C14

RGB

 RED value IS 243 (95.31% from 255) = 58%

 GREEN value IS 156 (61.33% from 255) = 37.23%

 BLUE value IS 20 (8.2% from 255) = 4.77%

R = 58%
G = 37.23%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F39C14 (or 0xF39C14) is known color: Gamboge. HEX triplet: F3, 9C and 14. RGB value is (243,156,20). Sum of RGB (Red+Green+Blue) = 243+156+20=419 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.00% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 20 (8.20% from 255 or 4.77% from 419); Max value from RGB is 243 - color contains mainly: red. Hex color #F39C14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F39C14 is #0C63EB. Grayscale: #A7A7A7. Windows color (decimal): -812012 or 1350899. OLE color: 1350899.

HSL color Cylindrical-coordinate representation of color #F39C14: hue angle of 36.59º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F39C14 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 156 20 -
CMYK 0 0.36 0.92 0.05
HSL 36.59º 0.9% 0.52% -
HSV(B) 36.59º 0.92% 0.95% -
XYZ 48.98 42.88 6.36 -
YUV 166.51 45.32 182.56 -
System Red Green Blue C M Y K H S L
Decimal 243 156 20 0 0.36 0.92 0.05 36.59 0.9 0.52
Hex F3 9C 14 0 24 5C 5 25 5A 34
Octal 363 234 24 0 44 134 5 45 132 64
Binary 11110011 10011100 10100 0 100100 1011100 101 100101 1011010 110100

Color Harmonies of #F39C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F39C14

Black with #F39C14

Text Example


Text Example

White with #F39C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F39C14; }

 p { color: rgb(243,156,20); }

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

background-color css

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

 a { background-color: rgb(243,156,20); }

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

border-color css

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

 span { border-color: rgb(243,156,20); }

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