Html Css Color HEX #FD992A Neon Carrot

📋 copy color: '#FD992A'

red 253 ◦ green 153 ◦ blue 42

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

Shades of Neon Carrot #FD992A

Tints of Neon Carrot #FD992A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.15%

 BLUE value IS 42 (16.8% from 255) = 9.38%

R = 56.47%
G = 34.15%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD992A (or 0xFD992A) is known color: Neon Carrot. HEX triplet: FD, 99 and 2A. RGB value is (253,153,42). Sum of RGB (Red+Green+Blue) = 253+153+42=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 42 (16.80% from 255 or 9.38% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FD992A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD992A is #0266D5. Grayscale: #AAAAAA. Windows color (decimal): -157398 or 2791933. OLE color: 2791933.

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

Color convert

RGB 253 153 42 -
CMYK 0 0.40 0.83 0.01
HSL 31.56º 0.98% 0.58% -
HSV(B) 31.56º 0.83% 0.99% -
XYZ 52.32 43.83 7.89 -
YUV 170.25 55.63 187.03 -
System Red Green Blue C M Y K H S L
Decimal 253 153 42 0 0.40 0.83 0.01 31.56 0.98 0.58
Hex FD 99 2A 0 28 53 1 20 62 3A
Octal 375 231 52 0 50 123 1 40 142 72
Binary 11111101 10011001 101010 0 101000 1010011 1 100000 1100010 111010

Color Harmonies of #FD992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD992A

Black with #FD992A

Text Example


Text Example

White with #FD992A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD992A; }

 p { color: rgb(253,153,42); }

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

background-color css

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

 a { background-color: rgb(253,153,42); }

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

border-color css

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

 span { border-color: rgb(253,153,42); }

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