Html Css Color HEX #FCB10D Dark Tangerine

📋 copy color: '#FCB10D'

red 252 ◦ green 177 ◦ blue 13

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

Shades of Dark Tangerine #FCB10D

Tints of Dark Tangerine #FCB10D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.05%

 BLUE value IS 13 (5.47% from 255) = 2.94%

R = 57.01%
G = 40.05%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCB10D (or 0xFCB10D) is known color: Dark Tangerine. HEX triplet: FC, B1 and 0D. RGB value is (252,177,13). Sum of RGB (Red+Green+Blue) = 252+177+13=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 13 (5.47% from 255 or 2.94% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB10D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCB10D is #034EF2. Grayscale: #B5B5B5. Windows color (decimal): -216819 or 897532. OLE color: 897532.

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

Color convert

RGB 252 177 13 -
CMYK 0 0.30 0.95 0.01
HSL 41.17º 0.98% 0.52% -
HSV(B) 41.17º 0.95% 0.99% -
XYZ 55.94 52.17 7.5 -
YUV 180.73 33.35 178.84 -
System Red Green Blue C M Y K H S L
Decimal 252 177 13 0 0.30 0.95 0.01 41.17 0.98 0.52
Hex FC B1 D 0 1E 5F 1 29 62 34
Octal 374 261 15 0 36 137 1 51 142 64
Binary 11111100 10110001 1101 0 11110 1011111 1 101001 1100010 110100

Color Harmonies of #FCB10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB10D

Black with #FCB10D

Text Example


Text Example

White with #FCB10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB10D; }

 p { color: rgb(252,177,13); }

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

background-color css

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

 a { background-color: rgb(252,177,13); }

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

border-color css

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

 span { border-color: rgb(252,177,13); }

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