Html Css Color HEX #FC951A Carrot Orange

📋 copy color: '#FC951A'

red 252 ◦ green 149 ◦ blue 26

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

Shades of Carrot Orange #FC951A

Tints of Carrot Orange #FC951A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.89%

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

R = 59.02%
G = 34.89%
B = 6.09%

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

#FC951A (or 0xFC951A) is known color: Carrot Orange. HEX triplet: FC, 95 and 1A. RGB value is (252,149,26). Sum of RGB (Red+Green+Blue) = 252+149+26=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 26 (10.55% from 255 or 6.09% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC951A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC951A is #036AE5. Grayscale: #A6A6A6. Windows color (decimal): -223974 or 1742332. OLE color: 1742332.

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

Color convert

RGB 252 149 26 -
CMYK 0 0.41 0.90 0.01
HSL 32.65º 0.97% 0.55% -
HSV(B) 32.65º 0.9% 0.99% -
XYZ 51.08 42.26 6.44 -
YUV 165.78 49.12 189.5 -
System Red Green Blue C M Y K H S L
Decimal 252 149 26 0 0.41 0.90 0.01 32.65 0.97 0.55
Hex FC 95 1A 0 29 5A 1 21 61 37
Octal 374 225 32 0 51 132 1 41 141 67
Binary 11111100 10010101 11010 0 101001 1011010 1 100001 1100001 110111

Color Harmonies of #FC951A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC951A

Black with #FC951A

Text Example


Text Example

White with #FC951A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC951A; }

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

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

background-color css

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

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

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

border-color css

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

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

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