Html Css Color HEX #FD8F4E Crusta

📋 copy color: '#FD8F4E'

red 253 ◦ green 143 ◦ blue 78

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

Shades of Crusta #FD8F4E

Tints of Crusta #FD8F4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.46%

R = 53.38%
G = 30.17%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FD8F4E (or 0xFD8F4E) is known color: Crusta. HEX triplet: FD, 8F and 4E. RGB value is (253,143,78). Sum of RGB (Red+Green+Blue) = 253+143+78=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 78 (30.86% from 255 or 16.46% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8F4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8F4E is #0270B1. Grayscale: #A8A8A8. Windows color (decimal): -159922 or 5148669. OLE color: 5148669.

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

Color convert

RGB 253 143 78 -
CMYK 0 0.43 0.69 0.01
HSL 22.29º 0.98% 0.65% -
HSV(B) 22.29º 0.69% 0.99% -
XYZ 51.71 41.08 12.41 -
YUV 168.48 76.94 188.29 -
System Red Green Blue C M Y K H S L
Decimal 253 143 78 0 0.43 0.69 0.01 22.29 0.98 0.65
Hex FD 8F 4E 0 2B 45 1 16 62 41
Octal 375 217 116 0 53 105 1 26 142 101
Binary 11111101 10001111 1001110 0 101011 1000101 1 10110 1100010 1000001

Color Harmonies of #FD8F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8F4E

Black with #FD8F4E

Text Example


Text Example

White with #FD8F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8F4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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