Html Css Color HEX #FC961A Carrot Orange

📋 copy color: '#FC961A'

red 252 ◦ green 150 ◦ blue 26

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

Shades of Carrot Orange #FC961A

Tints of Carrot Orange #FC961A

RGB

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

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

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

R = 58.88%
G = 35.05%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC961A (or 0xFC961A) is known color: Carrot Orange. HEX triplet: FC, 96 and 1A. RGB value is (252,150,26). Sum of RGB (Red+Green+Blue) = 252+150+26=428 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.88% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 26 (10.55% from 255 or 6.07% from 428); Max value from RGB is 252 - color contains mainly: red. Hex color #FC961A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC961A is #0369E5. Grayscale: #A6A6A6. Windows color (decimal): -223718 or 1742588. OLE color: 1742588.

HSL color Cylindrical-coordinate representation of color #FC961A: hue angle of 32.92º 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 #FC961A is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 150 26 -
CMYK 0 0.40 0.90 0.01
HSL 32.92º 0.97% 0.55% -
HSV(B) 32.92º 0.9% 0.99% -
XYZ 51.24 42.58 6.5 -
YUV 166.36 48.79 189.08 -
System Red Green Blue C M Y K H S L
Decimal 252 150 26 0 0.40 0.90 0.01 32.92 0.97 0.55
Hex FC 96 1A 0 28 5A 1 21 61 37
Octal 374 226 32 0 50 132 1 41 141 67
Binary 11111100 10010110 11010 0 101000 1011010 1 100001 1100001 110111

Color Harmonies of #FC961A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC961A

Black with #FC961A

Text Example


Text Example

White with #FC961A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC961A; }

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

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

background-color css

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

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

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

border-color css

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

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

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