Html Css Color HEX #FD953E Neon Carrot

📋 copy color: '#FD953E'

red 253 ◦ green 149 ◦ blue 62

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

Shades of Neon Carrot #FD953E

Tints of Neon Carrot #FD953E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.11%

 BLUE value IS 62 (24.61% from 255) = 13.36%

R = 54.53%
G = 32.11%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FD953E (or 0xFD953E) is known color: Neon Carrot. HEX triplet: FD, 95 and 3E. RGB value is (253,149,62). Sum of RGB (Red+Green+Blue) = 253+149+62=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 62 (24.61% from 255 or 13.36% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FD953E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD953E is #026AC1. Grayscale: #AAAAAA. Windows color (decimal): -158402 or 4101629. OLE color: 4101629.

HSL color Cylindrical-coordinate representation of color #FD953E: hue angle of 27.33º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FD953E is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 149 62 -
CMYK 0 0.41 0.75 0.01
HSL 27.33º 0.98% 0.62% -
HSV(B) 27.33º 0.75% 0.99% -
XYZ 52.12 42.73 10.06 -
YUV 170.18 66.96 187.07 -
System Red Green Blue C M Y K H S L
Decimal 253 149 62 0 0.41 0.75 0.01 27.33 0.98 0.62
Hex FD 95 3E 0 29 4B 1 1B 62 3E
Octal 375 225 76 0 51 113 1 33 142 76
Binary 11111101 10010101 111110 0 101001 1001011 1 11011 1100010 111110

Color Harmonies of #FD953E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD953E

Black with #FD953E

Text Example


Text Example

White with #FD953E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD953E; }

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

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

background-color css

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

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

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

border-color css

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

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

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