Html Css Color HEX #FD8F28 Neon Carrot

📋 copy color: '#FD8F28'

red 253 ◦ green 143 ◦ blue 40

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

Shades of Neon Carrot #FD8F28

Tints of Neon Carrot #FD8F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.17%

R = 58.03%
G = 32.8%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FD8F28 (or 0xFD8F28) is known color: Neon Carrot. HEX triplet: FD, 8F and 28. RGB value is (253,143,40). Sum of RGB (Red+Green+Blue) = 253+143+40=436 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.03% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 40 (16.02% from 255 or 9.17% from 436); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8F28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8F28 is #0270D7. Grayscale: #A4A4A4. Windows color (decimal): -159960 or 2658301. OLE color: 2658301.

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

Color convert

RGB 253 143 40 -
CMYK 0 0.43 0.84 0.01
HSL 29.01º 0.98% 0.57% -
HSV(B) 29.01º 0.84% 0.99% -
XYZ 50.71 40.68 7.19 -
YUV 164.15 57.94 191.38 -
System Red Green Blue C M Y K H S L
Decimal 253 143 40 0 0.43 0.84 0.01 29.01 0.98 0.57
Hex FD 8F 28 0 2B 54 1 1D 62 39
Octal 375 217 50 0 53 124 1 35 142 71
Binary 11111101 10001111 101000 0 101011 1010100 1 11101 1100010 111001

Color Harmonies of #FD8F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8F28

Black with #FD8F28

Text Example


Text Example

White with #FD8F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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