Html Css Color HEX #FC931A Carrot Orange

📋 copy color: '#FC931A'

red 252 ◦ green 147 ◦ blue 26

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

Shades of Carrot Orange #FC931A

Tints of Carrot Orange #FC931A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.59%

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

R = 59.29%
G = 34.59%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC931A (or 0xFC931A) is known color: Carrot Orange. HEX triplet: FC, 93 and 1A. RGB value is (252,147,26). Sum of RGB (Red+Green+Blue) = 252+147+26=425 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.29% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 26 (10.55% from 255 or 6.12% from 425); Max value from RGB is 252 - color contains mainly: red. Hex color #FC931A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC931A is #036CE5. Grayscale: #A5A5A5. Windows color (decimal): -224486 or 1741820. OLE color: 1741820.

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

Color convert

RGB 252 147 26 -
CMYK 0 0.42 0.90 0.01
HSL 32.12º 0.97% 0.55% -
HSV(B) 32.12º 0.9% 0.99% -
XYZ 50.77 41.64 6.34 -
YUV 164.6 49.79 190.34 -
System Red Green Blue C M Y K H S L
Decimal 252 147 26 0 0.42 0.90 0.01 32.12 0.97 0.55
Hex FC 93 1A 0 2A 5A 1 20 61 37
Octal 374 223 32 0 52 132 1 40 141 67
Binary 11111100 10010011 11010 0 101010 1011010 1 100000 1100001 110111

Color Harmonies of #FC931A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC931A

Black with #FC931A

Text Example


Text Example

White with #FC931A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC931A; }

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

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

background-color css

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

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

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

border-color css

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

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

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