Html Css Color HEX #FCAF1A Dark Tangerine

📋 copy color: '#FCAF1A'

red 252 ◦ green 175 ◦ blue 26

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

Shades of Dark Tangerine #FCAF1A

Tints of Dark Tangerine #FCAF1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.74%

R = 55.63%
G = 38.63%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCAF1A (or 0xFCAF1A) is known color: Dark Tangerine. HEX triplet: FC, AF and 1A. RGB value is (252,175,26). Sum of RGB (Red+Green+Blue) = 252+175+26=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 26 (10.55% from 255 or 5.74% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAF1A is #0350E5. Grayscale: #B5B5B5. Windows color (decimal): -217318 or 1748988. OLE color: 1748988.

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

Color convert

RGB 252 175 26 -
CMYK 0 0.31 0.90 0.01
HSL 39.56º 0.97% 0.55% -
HSV(B) 39.56º 0.9% 0.99% -
XYZ 55.66 51.43 7.97 -
YUV 181.04 40.51 178.62 -
System Red Green Blue C M Y K H S L
Decimal 252 175 26 0 0.31 0.90 0.01 39.56 0.97 0.55
Hex FC AF 1A 0 1F 5A 1 28 61 37
Octal 374 257 32 0 37 132 1 50 141 67
Binary 11111100 10101111 11010 0 11111 1011010 1 101000 1100001 110111

Color Harmonies of #FCAF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAF1A

Black with #FCAF1A

Text Example


Text Example

White with #FCAF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAF1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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