Html Css Color HEX #F3A80F Dark Tangerine

📋 copy color: '#F3A80F'

red 243 ◦ green 168 ◦ blue 15

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

Shades of Dark Tangerine #F3A80F

Tints of Dark Tangerine #F3A80F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.44%

 BLUE value IS 15 (6.25% from 255) = 3.52%

R = 57.04%
G = 39.44%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F3A80F (or 0xF3A80F) is known color: Dark Tangerine. HEX triplet: F3, A8 and 0F. RGB value is (243,168,15). Sum of RGB (Red+Green+Blue) = 243+168+15=426 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.04% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 15 (6.25% from 255 or 3.52% from 426); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A80F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3A80F is #0C57F0. Grayscale: #ADADAD. Windows color (decimal): -808945 or 1026291. OLE color: 1026291.

HSL color Cylindrical-coordinate representation of color #F3A80F: hue angle of 40.26º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F3A80F is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 168 15 -
CMYK 0 0.31 0.94 0.05
HSL 40.26º 0.9% 0.51% -
HSV(B) 40.26º 0.94% 0.95% -
XYZ 51.05 47.09 6.85 -
YUV 172.98 38.85 177.94 -
System Red Green Blue C M Y K H S L
Decimal 243 168 15 0 0.31 0.94 0.05 40.26 0.9 0.51
Hex F3 A8 F 0 1F 5E 5 28 5A 33
Octal 363 250 17 0 37 136 5 50 132 63
Binary 11110011 10101000 1111 0 11111 1011110 101 101000 1011010 110011

Color Harmonies of #F3A80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3A80F

Black with #F3A80F

Text Example


Text Example

White with #F3A80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3A80F; }

 p { color: rgb(243,168,15); }

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

background-color css

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

 a { background-color: rgb(243,168,15); }

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

border-color css

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

 span { border-color: rgb(243,168,15); }

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