Html Css Color HEX #F3980D Gamboge

📋 copy color: '#F3980D'

red 243 ◦ green 152 ◦ blue 13

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

Shades of Gamboge #F3980D

Tints of Gamboge #F3980D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.19%

R = 59.56%
G = 37.25%
B = 3.19%

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

#F3980D (or 0xF3980D) is known color: Gamboge. HEX triplet: F3, 98 and 0D. RGB value is (243,152,13). Sum of RGB (Red+Green+Blue) = 243+152+13=408 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.56% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 13 (5.47% from 255 or 3.19% from 408); Max value from RGB is 243 - color contains mainly: red. Hex color #F3980D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3980D is #0C67F2. Grayscale: #A4A4A4. Windows color (decimal): -813043 or 891123. OLE color: 891123.

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

Color convert

RGB 243 152 13 -
CMYK 0 0.37 0.95 0.05
HSL 36.26º 0.91% 0.5% -
HSV(B) 36.26º 0.95% 0.95% -
XYZ 48.26 41.54 5.86 -
YUV 163.36 43.15 184.8 -
System Red Green Blue C M Y K H S L
Decimal 243 152 13 0 0.37 0.95 0.05 36.26 0.91 0.5
Hex F3 98 D 0 25 5F 5 24 5B 32
Octal 363 230 15 0 45 137 5 44 133 62
Binary 11110011 10011000 1101 0 100101 1011111 101 100100 1011011 110010

Color Harmonies of #F3980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3980D

Black with #F3980D

Text Example


Text Example

White with #F3980D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3980D; }

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

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

background-color css

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

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

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

border-color css

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

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

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