Html Css Color HEX #FC941A Carrot Orange

📋 copy color: '#FC941A'

red 252 ◦ green 148 ◦ blue 26

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

Shades of Carrot Orange #FC941A

Tints of Carrot Orange #FC941A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.74%

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

R = 59.15%
G = 34.74%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC941A (or 0xFC941A) is known color: Carrot Orange. HEX triplet: FC, 94 and 1A. RGB value is (252,148,26). Sum of RGB (Red+Green+Blue) = 252+148+26=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 26 (10.55% from 255 or 6.10% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC941A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC941A is #036BE5. Grayscale: #A5A5A5. Windows color (decimal): -224230 or 1742076. OLE color: 1742076.

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

Color convert

RGB 252 148 26 -
CMYK 0 0.41 0.90 0.01
HSL 32.39º 0.97% 0.55% -
HSV(B) 32.39º 0.9% 0.99% -
XYZ 50.92 41.95 6.39 -
YUV 165.19 49.46 189.92 -
System Red Green Blue C M Y K H S L
Decimal 252 148 26 0 0.41 0.90 0.01 32.39 0.97 0.55
Hex FC 94 1A 0 29 5A 1 20 61 37
Octal 374 224 32 0 51 132 1 40 141 67
Binary 11111100 10010100 11010 0 101001 1011010 1 100000 1100001 110111

Color Harmonies of #FC941A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC941A

Black with #FC941A

Text Example


Text Example

White with #FC941A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC941A; }

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

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

background-color css

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

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

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

border-color css

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

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

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