Html Css Color HEX #FC961D Carrot Orange

📋 copy color: '#FC961D'

red 252 ◦ green 150 ◦ blue 29

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

Shades of Carrot Orange #FC961D

Tints of Carrot Orange #FC961D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.8%

 BLUE value IS 29 (11.72% from 255) = 6.73%

R = 58.47%
G = 34.8%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC961D (or 0xFC961D) is known color: Carrot Orange. HEX triplet: FC, 96 and 1D. RGB value is (252,150,29). Sum of RGB (Red+Green+Blue) = 252+150+29=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 29 (11.72% from 255 or 6.73% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC961D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC961D is #0369E2. Grayscale: #A7A7A7. Windows color (decimal): -223715 or 1939196. OLE color: 1939196.

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

Color convert

RGB 252 150 29 -
CMYK 0 0.40 0.88 0.01
HSL 32.56º 0.97% 0.55% -
HSV(B) 32.56º 0.88% 0.99% -
XYZ 51.27 42.6 6.68 -
YUV 166.7 50.29 188.84 -
System Red Green Blue C M Y K H S L
Decimal 252 150 29 0 0.40 0.88 0.01 32.56 0.97 0.55
Hex FC 96 1D 0 28 58 1 21 61 37
Octal 374 226 35 0 50 130 1 41 141 67
Binary 11111100 10010110 11101 0 101000 1011000 1 100001 1100001 110111

Color Harmonies of #FC961D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC961D

Black with #FC961D

Text Example


Text Example

White with #FC961D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC961D; }

 p { color: rgb(252,150,29); }

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

background-color css

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

 a { background-color: rgb(252,150,29); }

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

border-color css

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

 span { border-color: rgb(252,150,29); }

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