Html Css Color HEX #FF804B Coral

📋 copy color: '#FF804B'

red 255 ◦ green 128 ◦ blue 75

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

Shades of Coral #FF804B

Tints of Coral #FF804B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.95%

 BLUE value IS 75 (29.69% from 255) = 16.38%

R = 55.68%
G = 27.95%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FF804B (or 0xFF804B) is known color: Coral. HEX triplet: FF, 80 and 4B. RGB value is (255,128,75). Sum of RGB (Red+Green+Blue) = 255+128+75=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 75 (29.69% from 255 or 16.38% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF804B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF804B is #007FB4. Grayscale: #A0A0A0. Windows color (decimal): -32693 or 4948223. OLE color: 4948223.

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

Color convert

RGB 255 128 75 -
CMYK 0 0.50 0.71 0
HSL 17.67º 1% 0.65% -
HSV(B) 17.67º 0.71% 1% -
XYZ 50.23 37.21 11.19 -
YUV 159.93 80.08 195.81 -
System Red Green Blue C M Y K H S L
Decimal 255 128 75 0 0.50 0.71 0 17.67 1 0.65
Hex FF 80 4B 0 32 47 0 12 64 41
Octal 377 200 113 0 62 107 0 22 144 101
Binary 11111111 10000000 1001011 0 110010 1000111 0 10010 1100100 1000001

Color Harmonies of #FF804B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF804B

Black with #FF804B

Text Example


Text Example

White with #FF804B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF804B; }

 p { color: rgb(255,128,75); }

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

background-color css

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

 a { background-color: rgb(255,128,75); }

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

border-color css

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

 span { border-color: rgb(255,128,75); }

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