Html Css Color HEX #F0A517 Dark Tangerine

📋 copy color: '#F0A517'

red 240 ◦ green 165 ◦ blue 23

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

Shades of Dark Tangerine #F0A517

Tints of Dark Tangerine #F0A517

RGB

 RED value IS 240 (94.14% from 255) = 56.07%

 GREEN value IS 165 (64.84% from 255) = 38.55%

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

R = 56.07%
G = 38.55%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F0A517 (or 0xF0A517) is known color: Dark Tangerine. HEX triplet: F0, A5 and 17. RGB value is (240,165,23). Sum of RGB (Red+Green+Blue) = 240+165+23=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 165 (64.84% from 255 or 38.55% from 428); Blue value is 23 (9.38% from 255 or 5.37% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A517 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A517 is #0F5AE8. Grayscale: #ABABAB. Windows color (decimal): -1006313 or 1549808. OLE color: 1549808.

HSL color Cylindrical-coordinate representation of color #F0A517: hue angle of 39.26º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0A517 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 165 23 -
CMYK 0 0.31 0.90 0.06
HSL 39.26º 0.88% 0.52% -
HSV(B) 39.26º 0.9% 0.94% -
XYZ 49.54 45.5 6.98 -
YUV 171.24 44.35 177.05 -
System Red Green Blue C M Y K H S L
Decimal 240 165 23 0 0.31 0.90 0.06 39.26 0.88 0.52
Hex F0 A5 17 0 1F 5A 6 27 58 34
Octal 360 245 27 0 37 132 6 47 130 64
Binary 11110000 10100101 10111 0 11111 1011010 110 100111 1011000 110100

Color Harmonies of #F0A517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A517

Black with #F0A517

Text Example


Text Example

White with #F0A517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A517; }

 p { color: rgb(240,165,23); }

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

background-color css

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

 a { background-color: rgb(240,165,23); }

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

border-color css

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

 span { border-color: rgb(240,165,23); }

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