Html Css Color HEX #FD952C Neon Carrot

📋 copy color: '#FD952C'

red 253 ◦ green 149 ◦ blue 44

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

Shades of Neon Carrot #FD952C

Tints of Neon Carrot #FD952C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.87%

R = 56.73%
G = 33.41%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD952C (or 0xFD952C) is known color: Neon Carrot. HEX triplet: FD, 95 and 2C. RGB value is (253,149,44). Sum of RGB (Red+Green+Blue) = 253+149+44=446 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.73% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 44 (17.58% from 255 or 9.87% from 446); Max value from RGB is 253 - color contains mainly: red. Hex color #FD952C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD952C is #026AD3. Grayscale: #A8A8A8. Windows color (decimal): -158420 or 2921981. OLE color: 2921981.

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

Color convert

RGB 253 149 44 -
CMYK 0 0.41 0.83 0.01
HSL 30.14º 0.98% 0.58% -
HSV(B) 30.14º 0.83% 0.99% -
XYZ 51.71 42.56 7.87 -
YUV 168.13 57.96 188.54 -
System Red Green Blue C M Y K H S L
Decimal 253 149 44 0 0.41 0.83 0.01 30.14 0.98 0.58
Hex FD 95 2C 0 29 53 1 1E 62 3A
Octal 375 225 54 0 51 123 1 36 142 72
Binary 11111101 10010101 101100 0 101001 1010011 1 11110 1100010 111010

Color Harmonies of #FD952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD952C

Black with #FD952C

Text Example


Text Example

White with #FD952C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD952C; }

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

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

background-color css

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

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

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

border-color css

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

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

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