Html Css Color HEX #FCAD0E Dark Tangerine

📋 copy color: '#FCAD0E'

red 252 ◦ green 173 ◦ blue 14

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

Shades of Dark Tangerine #FCAD0E

Tints of Dark Tangerine #FCAD0E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.41%

 BLUE value IS 14 (5.86% from 255) = 3.19%

R = 57.4%
G = 39.41%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCAD0E (or 0xFCAD0E) is known color: Dark Tangerine. HEX triplet: FC, AD and 0E. RGB value is (252,173,14). Sum of RGB (Red+Green+Blue) = 252+173+14=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 14 (5.86% from 255 or 3.19% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAD0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAD0E is #0352F1. Grayscale: #B3B3B3. Windows color (decimal): -217842 or 962044. OLE color: 962044.

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

Color convert

RGB 252 173 14 -
CMYK 0 0.31 0.94 0.01
HSL 40.08º 0.98% 0.52% -
HSV(B) 40.08º 0.94% 0.99% -
XYZ 55.17 50.61 7.28 -
YUV 178.5 35.17 180.43 -
System Red Green Blue C M Y K H S L
Decimal 252 173 14 0 0.31 0.94 0.01 40.08 0.98 0.52
Hex FC AD E 0 1F 5E 1 28 62 34
Octal 374 255 16 0 37 136 1 50 142 64
Binary 11111100 10101101 1110 0 11111 1011110 1 101000 1100010 110100

Color Harmonies of #FCAD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAD0E

Black with #FCAD0E

Text Example


Text Example

White with #FCAD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAD0E; }

 p { color: rgb(252,173,14); }

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

background-color css

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

 a { background-color: rgb(252,173,14); }

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

border-color css

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

 span { border-color: rgb(252,173,14); }

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