Html Css Color HEX #F3980C Gamboge

📋 copy color: '#F3980C'

red 243 ◦ green 152 ◦ blue 12

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

Shades of Gamboge #F3980C

Tints of Gamboge #F3980C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.35%

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

R = 59.71%
G = 37.35%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F3980C (or 0xF3980C) is known color: Gamboge. HEX triplet: F3, 98 and 0C. RGB value is (243,152,12). Sum of RGB (Red+Green+Blue) = 243+152+12=407 (53% of max value = 765). Red value is 243 (95.31% from 255 or 59.71% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 12 (5.08% from 255 or 2.95% from 407); Max value from RGB is 243 - color contains mainly: red. Hex color #F3980C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3980C is #0C67F3. Grayscale: #A3A3A3. Windows color (decimal): -813044 or 825587. OLE color: 825587.

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

Color convert

RGB 243 152 12 -
CMYK 0 0.37 0.95 0.05
HSL 36.36º 0.91% 0.5% -
HSV(B) 36.36º 0.95% 0.95% -
XYZ 48.26 41.54 5.82 -
YUV 163.25 42.65 184.88 -
System Red Green Blue C M Y K H S L
Decimal 243 152 12 0 0.37 0.95 0.05 36.36 0.91 0.5
Hex F3 98 C 0 25 5F 5 24 5B 32
Octal 363 230 14 0 45 137 5 44 133 62
Binary 11110011 10011000 1100 0 100101 1011111 101 100100 1011011 110010

Color Harmonies of #F3980C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3980C

Black with #F3980C

Text Example


Text Example

White with #F3980C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3980C; }

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

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

background-color css

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

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

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

border-color css

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

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

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