Html Css Color HEX #F3940C Gamboge

📋 copy color: '#F3940C'

red 243 ◦ green 148 ◦ blue 12

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

Shades of Gamboge #F3940C

Tints of Gamboge #F3940C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.72%

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

R = 60.3%
G = 36.72%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F3940C (or 0xF3940C) is known color: Gamboge. HEX triplet: F3, 94 and 0C. RGB value is (243,148,12). Sum of RGB (Red+Green+Blue) = 243+148+12=403 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.30% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 12 (5.08% from 255 or 2.98% from 403); Max value from RGB is 243 - color contains mainly: red. Hex color #F3940C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3940C is #0C6BF3. Grayscale: #A1A1A1. Windows color (decimal): -814068 or 824563. OLE color: 824563.

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

Color convert

RGB 243 148 12 -
CMYK 0 0.39 0.95 0.05
HSL 35.32º 0.91% 0.5% -
HSV(B) 35.32º 0.95% 0.95% -
XYZ 47.62 40.26 5.61 -
YUV 160.9 43.97 186.56 -
System Red Green Blue C M Y K H S L
Decimal 243 148 12 0 0.39 0.95 0.05 35.32 0.91 0.5
Hex F3 94 C 0 27 5F 5 23 5B 32
Octal 363 224 14 0 47 137 5 43 133 62
Binary 11110011 10010100 1100 0 100111 1011111 101 100011 1011011 110010

Color Harmonies of #F3940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3940C

Black with #F3940C

Text Example


Text Example

White with #F3940C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3940C; }

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

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

background-color css

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

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

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

border-color css

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

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

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