Html Css Color HEX #FD963A Neon Carrot

📋 copy color: '#FD963A'

red 253 ◦ green 150 ◦ blue 58

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

Shades of Neon Carrot #FD963A

Tints of Neon Carrot #FD963A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.58%

R = 54.88%
G = 32.54%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FD963A (or 0xFD963A) is known color: Neon Carrot. HEX triplet: FD, 96 and 3A. RGB value is (253,150,58). Sum of RGB (Red+Green+Blue) = 253+150+58=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 58 (23.05% from 255 or 12.58% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FD963A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD963A is #0269C5. Grayscale: #AAAAAA. Windows color (decimal): -158150 or 3839741. OLE color: 3839741.

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

Color convert

RGB 253 150 58 -
CMYK 0 0.41 0.77 0.01
HSL 28.31º 0.98% 0.61% -
HSV(B) 28.31º 0.77% 0.99% -
XYZ 52.18 43 9.55 -
YUV 170.31 64.62 186.98 -
System Red Green Blue C M Y K H S L
Decimal 253 150 58 0 0.41 0.77 0.01 28.31 0.98 0.61
Hex FD 96 3A 0 29 4D 1 1C 62 3D
Octal 375 226 72 0 51 115 1 34 142 75
Binary 11111101 10010110 111010 0 101001 1001101 1 11100 1100010 111101

Color Harmonies of #FD963A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD963A

Black with #FD963A

Text Example


Text Example

White with #FD963A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD963A; }

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

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

background-color css

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

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

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

border-color css

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

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

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