Html Css Color HEX #F7814D Crusta

📋 copy color: '#F7814D'

red 247 ◦ green 129 ◦ blue 77

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

Shades of Crusta #F7814D

Tints of Crusta #F7814D

RGB

 RED value IS 247 (96.88% from 255) = 54.53%

 GREEN value IS 129 (50.78% from 255) = 28.48%

 BLUE value IS 77 (30.47% from 255) = 17%

R = 54.53%
G = 28.48%
B = 17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F7814D (or 0xF7814D) is known color: Crusta. HEX triplet: F7, 81 and 4D. RGB value is (247,129,77). Sum of RGB (Red+Green+Blue) = 247+129+77=453 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.53% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 77 (30.47% from 255 or 17.00% from 453); Max value from RGB is 247 - color contains mainly: red. Hex color #F7814D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7814D is #087EB2. Grayscale: #9E9E9E. Windows color (decimal): -556723 or 5079543. OLE color: 5079543.

HSL color Cylindrical-coordinate representation of color #F7814D: hue angle of 18.35º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F7814D is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 129 77 -
CMYK 0 0.48 0.69 0.03
HSL 18.35º 0.91% 0.64% -
HSV(B) 18.35º 0.69% 0.97% -
XYZ 47.55 36.01 11.47 -
YUV 158.35 82.09 191.23 -
System Red Green Blue C M Y K H S L
Decimal 247 129 77 0 0.48 0.69 0.03 18.35 0.91 0.64
Hex F7 81 4D 0 30 45 3 12 5B 40
Octal 367 201 115 0 60 105 3 22 133 100
Binary 11110111 10000001 1001101 0 110000 1000101 11 10010 1011011 1000000

Color Harmonies of #F7814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7814D

Black with #F7814D

Text Example


Text Example

White with #F7814D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7814D; }

 p { color: rgb(247,129,77); }

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

background-color css

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

 a { background-color: rgb(247,129,77); }

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

border-color css

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

 span { border-color: rgb(247,129,77); }

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