Html Css Color HEX #F7824A Crusta

📋 copy color: '#F7824A'

red 247 ◦ green 130 ◦ blue 74

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

Shades of Crusta #F7824A

Tints of Crusta #F7824A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.41%

R = 54.77%
G = 28.82%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F7824A (or 0xF7824A) is known color: Crusta. HEX triplet: F7, 82 and 4A. RGB value is (247,130,74). Sum of RGB (Red+Green+Blue) = 247+130+74=451 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.77% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 74 (29.30% from 255 or 16.41% from 451); Max value from RGB is 247 - color contains mainly: red. Hex color #F7824A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7824A is #087DB5. Grayscale: #9E9E9E. Windows color (decimal): -556470 or 4883191. OLE color: 4883191.

HSL color Cylindrical-coordinate representation of color #F7824A: hue angle of 19.42º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F7824A is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 130 74 -
CMYK 0 0.47 0.70 0.03
HSL 19.42º 0.92% 0.63% -
HSV(B) 19.42º 0.7% 0.97% -
XYZ 47.58 36.23 10.96 -
YUV 158.6 80.26 191.05 -
System Red Green Blue C M Y K H S L
Decimal 247 130 74 0 0.47 0.70 0.03 19.42 0.92 0.63
Hex F7 82 4A 0 2F 46 3 13 5C 3F
Octal 367 202 112 0 57 106 3 23 134 77
Binary 11110111 10000010 1001010 0 101111 1000110 11 10011 1011100 111111

Color Harmonies of #F7824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7824A

Black with #F7824A

Text Example


Text Example

White with #F7824A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7824A; }

 p { color: rgb(247,130,74); }

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

background-color css

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

 a { background-color: rgb(247,130,74); }

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

border-color css

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

 span { border-color: rgb(247,130,74); }

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