Html Css Color HEX #FC933C Neon Carrot

📋 copy color: '#FC933C'

red 252 ◦ green 147 ◦ blue 60

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

Shades of Neon Carrot #FC933C

Tints of Neon Carrot #FC933C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.07%

R = 54.9%
G = 32.03%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC933C (or 0xFC933C) is known color: Neon Carrot. HEX triplet: FC, 93 and 3C. RGB value is (252,147,60). Sum of RGB (Red+Green+Blue) = 252+147+60=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 147 (57.81% from 255 or 32.03% from 459); Blue value is 60 (23.83% from 255 or 13.07% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC933C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC933C is #036CC3. Grayscale: #A8A8A8. Windows color (decimal): -224452 or 3970044. OLE color: 3970044.

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

Color convert

RGB 252 147 60 -
CMYK 0 0.42 0.76 0.01
HSL 27.19º 0.97% 0.61% -
HSV(B) 27.19º 0.76% 0.99% -
XYZ 51.39 41.89 9.65 -
YUV 168.48 66.79 187.57 -
System Red Green Blue C M Y K H S L
Decimal 252 147 60 0 0.42 0.76 0.01 27.19 0.97 0.61
Hex FC 93 3C 0 2A 4C 1 1B 61 3D
Octal 374 223 74 0 52 114 1 33 141 75
Binary 11111100 10010011 111100 0 101010 1001100 1 11011 1100001 111101

Color Harmonies of #FC933C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC933C

Black with #FC933C

Text Example


Text Example

White with #FC933C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC933C; }

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

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

background-color css

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

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

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

border-color css

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

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

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