Html Css Color HEX #FD8A25 Carrot Orange

📋 copy color: '#FD8A25'

red 253 ◦ green 138 ◦ blue 37

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

Shades of Carrot Orange #FD8A25

Tints of Carrot Orange #FD8A25

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.24%

 BLUE value IS 37 (14.84% from 255) = 8.64%

R = 59.11%
G = 32.24%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FD8A25 (or 0xFD8A25) is known color: Carrot Orange. HEX triplet: FD, 8A and 25. RGB value is (253,138,37). Sum of RGB (Red+Green+Blue) = 253+138+37=428 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.11% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 37 (14.84% from 255 or 8.64% from 428); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8A25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8A25 is #0275DA. Grayscale: #A1A1A1. Windows color (decimal): -161243 or 2460413. OLE color: 2460413.

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

Color convert

RGB 253 138 37 -
CMYK 0 0.45 0.85 0.01
HSL 28.06º 0.98% 0.57% -
HSV(B) 28.06º 0.85% 0.99% -
XYZ 49.93 39.19 6.68 -
YUV 160.87 58.1 193.71 -
System Red Green Blue C M Y K H S L
Decimal 253 138 37 0 0.45 0.85 0.01 28.06 0.98 0.57
Hex FD 8A 25 0 2D 55 1 1C 62 39
Octal 375 212 45 0 55 125 1 34 142 71
Binary 11111101 10001010 100101 0 101101 1010101 1 11100 1100010 111001

Color Harmonies of #FD8A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8A25

Black with #FD8A25

Text Example


Text Example

White with #FD8A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8A25; }

 p { color: rgb(253,138,37); }

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

background-color css

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

 a { background-color: rgb(253,138,37); }

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

border-color css

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

 span { border-color: rgb(253,138,37); }

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