Html Css Color HEX #FD963D Neon Carrot

📋 copy color: '#FD963D'

red 253 ◦ green 150 ◦ blue 61

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

Shades of Neon Carrot #FD963D

Tints of Neon Carrot #FD963D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.15%

R = 54.53%
G = 32.33%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FD963D (or 0xFD963D) is known color: Neon Carrot. HEX triplet: FD, 96 and 3D. RGB value is (253,150,61). Sum of RGB (Red+Green+Blue) = 253+150+61=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 61 (24.22% from 255 or 13.15% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FD963D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD963D is #0269C2. Grayscale: #ABABAB. Windows color (decimal): -158147 or 4036349. OLE color: 4036349.

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

Color convert

RGB 253 150 61 -
CMYK 0 0.41 0.76 0.01
HSL 27.81º 0.98% 0.62% -
HSV(B) 27.81º 0.76% 0.99% -
XYZ 52.26 43.03 9.97 -
YUV 170.65 66.12 186.74 -
System Red Green Blue C M Y K H S L
Decimal 253 150 61 0 0.41 0.76 0.01 27.81 0.98 0.62
Hex FD 96 3D 0 29 4C 1 1C 62 3E
Octal 375 226 75 0 51 114 1 34 142 76
Binary 11111101 10010110 111101 0 101001 1001100 1 11100 1100010 111110

Color Harmonies of #FD963D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD963D

Black with #FD963D

Text Example


Text Example

White with #FD963D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD963D; }

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

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

background-color css

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

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

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

border-color css

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

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

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