Html Css Color HEX #F3980B Gamboge

📋 copy color: '#F3980B'

red 243 ◦ green 152 ◦ blue 11

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

Shades of Gamboge #F3980B

Tints of Gamboge #F3980B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.71%

R = 59.85%
G = 37.44%
B = 2.71%

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

#F3980B (or 0xF3980B) is known color: Gamboge. HEX triplet: F3, 98 and 0B. RGB value is (243,152,11). Sum of RGB (Red+Green+Blue) = 243+152+11=406 (53% of max value = 765). Red value is 243 (95.31% from 255 or 59.85% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 11 (4.69% from 255 or 2.71% from 406); Max value from RGB is 243 - color contains mainly: red. Hex color #F3980B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3980B is #0C67F4. Grayscale: #A3A3A3. Windows color (decimal): -813045 or 760051. OLE color: 760051.

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

Color convert

RGB 243 152 11 -
CMYK 0 0.37 0.95 0.05
HSL 36.47º 0.91% 0.5% -
HSV(B) 36.47º 0.95% 0.95% -
XYZ 48.25 41.54 5.79 -
YUV 163.14 42.15 184.96 -
System Red Green Blue C M Y K H S L
Decimal 243 152 11 0 0.37 0.95 0.05 36.47 0.91 0.5
Hex F3 98 B 0 25 5F 5 24 5B 32
Octal 363 230 13 0 45 137 5 44 133 62
Binary 11110011 10011000 1011 0 100101 1011111 101 100100 1011011 110010

Color Harmonies of #F3980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3980B

Black with #F3980B

Text Example


Text Example

White with #F3980B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3980B; }

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

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

background-color css

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

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

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

border-color css

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

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

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