Html Css Color HEX #FB7F42 Coral

📋 copy color: '#FB7F42'

red 251 ◦ green 127 ◦ blue 66

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

Shades of Coral #FB7F42

Tints of Coral #FB7F42

RGB

 RED value IS 251 (98.44% from 255) = 56.53%

 GREEN value IS 127 (50% from 255) = 28.6%

 BLUE value IS 66 (26.17% from 255) = 14.86%

R = 56.53%
G = 28.6%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FB7F42 (or 0xFB7F42) is known color: Coral. HEX triplet: FB, 7F and 42. RGB value is (251,127,66). Sum of RGB (Red+Green+Blue) = 251+127+66=444 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.53% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 66 (26.17% from 255 or 14.86% from 444); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7F42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7F42 is #0480BD. Grayscale: #9D9D9D. Windows color (decimal): -295102 or 4358139. OLE color: 4358139.

HSL color Cylindrical-coordinate representation of color #FB7F42: hue angle of 19.78º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB7F42 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 127 66 -
CMYK 0 0.49 0.74 0.02
HSL 19.78º 0.96% 0.62% -
HSV(B) 19.78º 0.74% 0.98% -
XYZ 48.36 36.08 9.57 -
YUV 157.12 76.58 194.96 -
System Red Green Blue C M Y K H S L
Decimal 251 127 66 0 0.49 0.74 0.02 19.78 0.96 0.62
Hex FB 7F 42 0 31 4A 2 14 60 3E
Octal 373 177 102 0 61 112 2 24 140 76
Binary 11111011 1111111 1000010 0 110001 1001010 10 10100 1100000 111110

Color Harmonies of #FB7F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7F42

Black with #FB7F42

Text Example


Text Example

White with #FB7F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7F42; }

 p { color: rgb(251,127,66); }

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

background-color css

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

 a { background-color: rgb(251,127,66); }

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

border-color css

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

 span { border-color: rgb(251,127,66); }

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