Html Css Color HEX #FD8F15 Carrot Orange

📋 copy color: '#FD8F15'

red 253 ◦ green 143 ◦ blue 21

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

Shades of Carrot Orange #FD8F15

Tints of Carrot Orange #FD8F15

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.29%

 BLUE value IS 21 (8.59% from 255) = 5.04%

R = 60.67%
G = 34.29%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD8F15 (or 0xFD8F15) is known color: Carrot Orange. HEX triplet: FD, 8F and 15. RGB value is (253,143,21). Sum of RGB (Red+Green+Blue) = 253+143+21=417 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.67% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 21 (8.59% from 255 or 5.04% from 417); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8F15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8F15 is #0270EA. Grayscale: #A2A2A2. Windows color (decimal): -159979 or 1413117. OLE color: 1413117.

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

Color convert

RGB 253 143 21 -
CMYK 0 0.43 0.92 0.01
HSL 31.55º 0.98% 0.54% -
HSV(B) 31.55º 0.92% 0.99% -
XYZ 50.47 40.58 5.88 -
YUV 161.98 48.44 192.92 -
System Red Green Blue C M Y K H S L
Decimal 253 143 21 0 0.43 0.92 0.01 31.55 0.98 0.54
Hex FD 8F 15 0 2B 5C 1 20 62 36
Octal 375 217 25 0 53 134 1 40 142 66
Binary 11111101 10001111 10101 0 101011 1011100 1 100000 1100010 110110

Color Harmonies of #FD8F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8F15

Black with #FD8F15

Text Example


Text Example

White with #FD8F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8F15; }

 p { color: rgb(253,143,21); }

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

background-color css

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

 a { background-color: rgb(253,143,21); }

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

border-color css

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

 span { border-color: rgb(253,143,21); }

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