Html Css Color HEX #FCAF17 Dark Tangerine

📋 copy color: '#FCAF17'

red 252 ◦ green 175 ◦ blue 23

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

Shades of Dark Tangerine #FCAF17

Tints of Dark Tangerine #FCAF17

RGB

 RED value IS 252 (98.83% from 255) = 56%

 GREEN value IS 175 (68.75% from 255) = 38.89%

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

R = 56%
G = 38.89%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FCAF17 (or 0xFCAF17) is known color: Dark Tangerine. HEX triplet: FC, AF and 17. RGB value is (252,175,23). Sum of RGB (Red+Green+Blue) = 252+175+23=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 23 (9.38% from 255 or 5.11% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAF17 is #0350E8. Grayscale: #B5B5B5. Windows color (decimal): -217321 or 1552380. OLE color: 1552380.

HSL color Cylindrical-coordinate representation of color #FCAF17: hue angle of 39.83º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FCAF17 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 175 23 -
CMYK 0 0.31 0.91 0.01
HSL 39.83º 0.97% 0.54% -
HSV(B) 39.83º 0.91% 0.99% -
XYZ 55.63 51.42 7.8 -
YUV 180.7 39.01 178.86 -
System Red Green Blue C M Y K H S L
Decimal 252 175 23 0 0.31 0.91 0.01 39.83 0.97 0.54
Hex FC AF 17 0 1F 5B 1 28 61 36
Octal 374 257 27 0 37 133 1 50 141 66
Binary 11111100 10101111 10111 0 11111 1011011 1 101000 1100001 110110

Color Harmonies of #FCAF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAF17

Black with #FCAF17

Text Example


Text Example

White with #FCAF17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAF17; }

 p { color: rgb(252,175,23); }

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

background-color css

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

 a { background-color: rgb(252,175,23); }

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

border-color css

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

 span { border-color: rgb(252,175,23); }

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