Html Css Color HEX #FD961D Carrot Orange

📋 copy color: '#FD961D'

red 253 ◦ green 150 ◦ blue 29

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

Shades of Carrot Orange #FD961D

Tints of Carrot Orange #FD961D

RGB

 RED value IS 253 (99.22% from 255) = 58.56%

 GREEN value IS 150 (58.98% from 255) = 34.72%

 BLUE value IS 29 (11.72% from 255) = 6.71%

R = 58.56%
G = 34.72%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD961D (or 0xFD961D) is known color: Carrot Orange. HEX triplet: FD, 96 and 1D. RGB value is (253,150,29). Sum of RGB (Red+Green+Blue) = 253+150+29=432 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.56% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 29 (11.72% from 255 or 6.71% from 432); Max value from RGB is 253 - color contains mainly: red. Hex color #FD961D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD961D is #0269E2. Grayscale: #A7A7A7. Windows color (decimal): -158179 or 1939197. OLE color: 1939197.

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

Color convert

RGB 253 150 29 -
CMYK 0 0.41 0.89 0.01
HSL 32.41º 0.98% 0.55% -
HSV(B) 32.41º 0.89% 0.99% -
XYZ 51.64 42.78 6.7 -
YUV 167 50.12 189.34 -
System Red Green Blue C M Y K H S L
Decimal 253 150 29 0 0.41 0.89 0.01 32.41 0.98 0.55
Hex FD 96 1D 0 29 59 1 20 62 37
Octal 375 226 35 0 51 131 1 40 142 67
Binary 11111101 10010110 11101 0 101001 1011001 1 100000 1100010 110111

Color Harmonies of #FD961D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD961D

Black with #FD961D

Text Example


Text Example

White with #FD961D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD961D; }

 p { color: rgb(253,150,29); }

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

background-color css

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

 a { background-color: rgb(253,150,29); }

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

border-color css

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

 span { border-color: rgb(253,150,29); }

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