Html Css Color HEX #FD9119 Carrot Orange

📋 copy color: '#FD9119'

red 253 ◦ green 145 ◦ blue 25

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

Shades of Carrot Orange #FD9119

Tints of Carrot Orange #FD9119

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.28%

 BLUE value IS 25 (10.16% from 255) = 5.91%

R = 59.81%
G = 34.28%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD9119 (or 0xFD9119) is known color: Carrot Orange. HEX triplet: FD, 91 and 19. RGB value is (253,145,25). Sum of RGB (Red+Green+Blue) = 253+145+25=423 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.81% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 25 (10.16% from 255 or 5.91% from 423); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9119 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD9119 is #026EE6. Grayscale: #A4A4A4. Windows color (decimal): -159463 or 1675773. OLE color: 1675773.

HSL color Cylindrical-coordinate representation of color #FD9119: hue angle of 31.58º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD9119 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 145 25 -
CMYK 0 0.43 0.90 0.01
HSL 31.58º 0.98% 0.55% -
HSV(B) 31.58º 0.9% 0.99% -
XYZ 50.81 41.2 6.19 -
YUV 163.61 49.78 191.76 -
System Red Green Blue C M Y K H S L
Decimal 253 145 25 0 0.43 0.90 0.01 31.58 0.98 0.55
Hex FD 91 19 0 2B 5A 1 20 62 37
Octal 375 221 31 0 53 132 1 40 142 67
Binary 11111101 10010001 11001 0 101011 1011010 1 100000 1100010 110111

Color Harmonies of #FD9119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9119

Black with #FD9119

Text Example


Text Example

White with #FD9119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9119; }

 p { color: rgb(253,145,25); }

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

background-color css

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

 a { background-color: rgb(253,145,25); }

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

border-color css

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

 span { border-color: rgb(253,145,25); }

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