#FD951C

Color #FD951C Carrot Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carrot Orange #FD951C

Tints of Carrot Orange #FD951C

Color information

#FD951C (or 0xFD951C) is unknown color: approx Carrot Orange. HEX triplet: FD, 95 and 1C. RGB value is (253,149,28). Sum of RGB (Red+Green+Blue) = 253+149+28=430 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.84% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 28 (11.33% from 255 or 6.51% from 430); Max value from RGB is 253 - color contains mainly: red. Hex color #FD951C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD951C is #026AE3. Grayscale: #A6A6A6. Windows color (decimal): -158436 or 1873405. OLE color: 1873405.

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

Color convert

RGB25314928-
CMYK00.410.890.01
HSL32.27º98.25%55.1%-
HSV(B)32.27º88.93%99.22%-
XYZ51.4742.466.58-
YUV166.349.96189.84-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 58.84%
GREEN value IS 149 (58.59% from 255) = 34.65%
BLUE value IS 28 (11.33% from 255) = 6.51%
R=58.84%
G=34.65%
B=6.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.89
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531492800.410.890.0132.2798.2555.1
HexFD951C029591206237
Octal3752253405113114014267
Binary1111110110010101111000101001101100111000001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD951C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD951C; }

 p { color: rgb(253,149,28); }

 H1.HeaderClassName
 {
   color: #FD951C;
 }
 .AnyTagClassName
 {
   color: #FD951C;
 }
</style>
background-color css

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

 a { background-color: rgb(253,149,28); }

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

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

 span { border-color: rgb(253,149,28); }

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