#FD941C

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

Shades of Carrot Orange #FD941C

Tints of Carrot Orange #FD941C

Color information

#FD941C (or 0xFD941C) is unknown color: approx Carrot Orange. HEX triplet: FD, 94 and 1C. RGB value is (253,148,28). Sum of RGB (Red+Green+Blue) = 253+148+28=429 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.97% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 28 (11.33% from 255 or 6.53% from 429); Max value from RGB is 253 - color contains mainly: red. Hex color #FD941C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD941C is #026BE3. Grayscale: #A6A6A6. Windows color (decimal): -158692 or 1873149. OLE color: 1873149.

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

Color convert

RGB25314828-
CMYK00.420.890.01
HSL32º98.25%55.1%-
HSV(B)32º88.93%99.22%-
XYZ51.3142.156.53-
YUV165.7150.29190.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 58.97%
GREEN value IS 148 (58.20% from 255) = 34.50%
BLUE value IS 28 (11.33% from 255) = 6.53%
R=58.97%
G=34.50%
B=6.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.89
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531482800.420.890.013298.2555.1
HexFD941C02A591206237
Octal3752243405213114014267
Binary1111110110010100111000101010101100111000001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD941C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD941C; }

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

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

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

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

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

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

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

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