Html Css Color HEX #FD9A2C Neon Carrot

📋 copy color: '#FD9A2C'

red 253 ◦ green 154 ◦ blue 44

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

Shades of Neon Carrot #FD9A2C

Tints of Neon Carrot #FD9A2C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.15%

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

R = 56.1%
G = 34.15%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD9A2C (or 0xFD9A2C) is known color: Neon Carrot. HEX triplet: FD, 9A and 2C. RGB value is (253,154,44). Sum of RGB (Red+Green+Blue) = 253+154+44=451 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.10% from 451); Green value is 154 (60.55% from 255 or 34.15% from 451); Blue value is 44 (17.58% from 255 or 9.76% from 451); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9A2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD9A2C is #0265D3. Grayscale: #ABABAB. Windows color (decimal): -157140 or 2923261. OLE color: 2923261.

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

Color convert

RGB 253 154 44 -
CMYK 0 0.39 0.83 0.01
HSL 31.58º 0.98% 0.58% -
HSV(B) 31.58º 0.83% 0.99% -
XYZ 52.52 44.18 8.14 -
YUV 171.06 56.3 186.44 -
System Red Green Blue C M Y K H S L
Decimal 253 154 44 0 0.39 0.83 0.01 31.58 0.98 0.58
Hex FD 9A 2C 0 27 53 1 20 62 3A
Octal 375 232 54 0 47 123 1 40 142 72
Binary 11111101 10011010 101100 0 100111 1010011 1 100000 1100010 111010

Color Harmonies of #FD9A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9A2C

Black with #FD9A2C

Text Example


Text Example

White with #FD9A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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