Html Css Color HEX #F2A317 Dark Tangerine

📋 copy color: '#F2A317'

red 242 ◦ green 163 ◦ blue 23

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

Shades of Dark Tangerine #F2A317

Tints of Dark Tangerine #F2A317

RGB

 RED value IS 242 (94.92% from 255) = 56.54%

 GREEN value IS 163 (64.06% from 255) = 38.08%

 BLUE value IS 23 (9.38% from 255) = 5.37%

R = 56.54%
G = 38.08%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F2A317 (or 0xF2A317) is known color: Dark Tangerine. HEX triplet: F2, A3 and 17. RGB value is (242,163,23). Sum of RGB (Red+Green+Blue) = 242+163+23=428 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.54% from 428); Green value is 163 (64.06% from 255 or 38.08% from 428); Blue value is 23 (9.38% from 255 or 5.37% from 428); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A317 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A317 is #0D5CE8. Grayscale: #ABABAB. Windows color (decimal): -875753 or 1549298. OLE color: 1549298.

HSL color Cylindrical-coordinate representation of color #F2A317: hue angle of 38.36º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F2A317 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 163 23 -
CMYK 0 0.33 0.90 0.05
HSL 38.36º 0.89% 0.52% -
HSV(B) 38.36º 0.9% 0.95% -
XYZ 49.87 45.13 6.89 -
YUV 170.66 44.67 178.88 -
System Red Green Blue C M Y K H S L
Decimal 242 163 23 0 0.33 0.90 0.05 38.36 0.89 0.52
Hex F2 A3 17 0 21 5A 5 26 59 34
Octal 362 243 27 0 41 132 5 46 131 64
Binary 11110010 10100011 10111 0 100001 1011010 101 100110 1011001 110100

Color Harmonies of #F2A317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A317

Black with #F2A317

Text Example


Text Example

White with #F2A317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A317; }

 p { color: rgb(242,163,23); }

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

background-color css

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

 a { background-color: rgb(242,163,23); }

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

border-color css

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

 span { border-color: rgb(242,163,23); }

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