Html Css Color HEX #FC931B Carrot Orange

📋 copy color: '#FC931B'

red 252 ◦ green 147 ◦ blue 27

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

Shades of Carrot Orange #FC931B

Tints of Carrot Orange #FC931B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.34%

R = 59.15%
G = 34.51%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC931B (or 0xFC931B) is known color: Carrot Orange. HEX triplet: FC, 93 and 1B. RGB value is (252,147,27). Sum of RGB (Red+Green+Blue) = 252+147+27=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 27 (10.94% from 255 or 6.34% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC931B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC931B is #036CE4. Grayscale: #A5A5A5. Windows color (decimal): -224485 or 1807356. OLE color: 1807356.

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

Color convert

RGB 252 147 27 -
CMYK 0 0.42 0.89 0.01
HSL 32º 0.97% 0.55% -
HSV(B) 32º 0.89% 0.99% -
XYZ 50.78 41.64 6.4 -
YUV 164.72 50.29 190.26 -
System Red Green Blue C M Y K H S L
Decimal 252 147 27 0 0.42 0.89 0.01 32 0.97 0.55
Hex FC 93 1B 0 2A 59 1 20 61 37
Octal 374 223 33 0 52 131 1 40 141 67
Binary 11111100 10010011 11011 0 101010 1011001 1 100000 1100001 110111

Color Harmonies of #FC931B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC931B

Black with #FC931B

Text Example


Text Example

White with #FC931B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC931B; }

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

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

background-color css

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

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

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

border-color css

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

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

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