Html Css Color HEX #FF825F Coral

📋 copy color: '#FF825F'

red 255 ◦ green 130 ◦ blue 95

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

Shades of Coral #FF825F

Tints of Coral #FF825F

RGB

 RED value IS 255 (100% from 255) = 53.13%

 GREEN value IS 130 (51.17% from 255) = 27.08%

 BLUE value IS 95 (37.5% from 255) = 19.79%

R = 53.13%
G = 27.08%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FF825F (or 0xFF825F) is known color: Coral. HEX triplet: FF, 82 and 5F. RGB value is (255,130,95). Sum of RGB (Red+Green+Blue) = 255+130+95=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 95 (37.5% from 255 or 19.79% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF825F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF825F is #007DA0. Grayscale: #A3A3A3. Windows color (decimal): -32161 or 6259455. OLE color: 6259455.

HSL color Cylindrical-coordinate representation of color #FF825F: hue angle of 13.12º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF825F is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB 255 130 95 -
CMYK 0 0.49 0.63 0
HSL 13.13º 1% 0.69% -
HSV(B) 13.13º 0.63% 1% -
XYZ 51.29 38.05 15.47 -
YUV 163.39 89.41 193.35 -
System Red Green Blue C M Y K H S L
Decimal 255 130 95 0 0.49 0.63 0 13.13 1 0.69
Hex FF 82 5F 0 31 3F 0 D 64 45
Octal 377 202 137 0 61 77 0 15 144 105
Binary 11111111 10000010 1011111 0 110001 111111 0 1101 1100100 1000101

Color Harmonies of #FF825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF825F

Black with #FF825F

Text Example


Text Example

White with #FF825F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF825F; }

 p { color: rgb(255,130,95); }

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

background-color css

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

 a { background-color: rgb(255,130,95); }

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

border-color css

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

 span { border-color: rgb(255,130,95); }

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