Html Css Color HEX #F39F0C Gamboge

📋 copy color: '#F39F0C'

red 243 ◦ green 159 ◦ blue 12

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

Shades of Gamboge #F39F0C

Tints of Gamboge #F39F0C

RGB

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

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

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

R = 58.7%
G = 38.41%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F39F0C (or 0xF39F0C) is known color: Gamboge. HEX triplet: F3, 9F and 0C. RGB value is (243,159,12). Sum of RGB (Red+Green+Blue) = 243+159+12=414 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.70% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 12 (5.08% from 255 or 2.90% from 414); Max value from RGB is 243 - color contains mainly: red. Hex color #F39F0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F39F0C is #0C60F3. Grayscale: #A8A8A8. Windows color (decimal): -811252 or 827379. OLE color: 827379.

HSL color Cylindrical-coordinate representation of color #F39F0C: hue angle of 38.18º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F39F0C is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 159 12 -
CMYK 0 0.35 0.95 0.05
HSL 38.18º 0.91% 0.5% -
HSV(B) 38.18º 0.95% 0.95% -
XYZ 49.43 43.88 6.21 -
YUV 167.36 40.33 181.95 -
System Red Green Blue C M Y K H S L
Decimal 243 159 12 0 0.35 0.95 0.05 38.18 0.91 0.5
Hex F3 9F C 0 23 5F 5 26 5B 32
Octal 363 237 14 0 43 137 5 46 133 62
Binary 11110011 10011111 1100 0 100011 1011111 101 100110 1011011 110010

Color Harmonies of #F39F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F39F0C

Black with #F39F0C

Text Example


Text Example

White with #F39F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F39F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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