Html Css Color HEX #F7834A Crusta

📋 copy color: '#F7834A'

red 247 ◦ green 131 ◦ blue 74

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

Shades of Crusta #F7834A

Tints of Crusta #F7834A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.98%

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

R = 54.65%
G = 28.98%
B = 16.37%

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

#F7834A (or 0xF7834A) is known color: Crusta. HEX triplet: F7, 83 and 4A. RGB value is (247,131,74). Sum of RGB (Red+Green+Blue) = 247+131+74=452 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.65% from 452); Green value is 131 (51.56% from 255 or 28.98% from 452); Blue value is 74 (29.30% from 255 or 16.37% from 452); Max value from RGB is 247 - color contains mainly: red. Hex color #F7834A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7834A is #087CB5. Grayscale: #9F9F9F. Windows color (decimal): -556214 or 4883447. OLE color: 4883447.

HSL color Cylindrical-coordinate representation of color #F7834A: hue angle of 19.77º 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 #F7834A is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 131 74 -
CMYK 0 0.47 0.70 0.03
HSL 19.77º 0.92% 0.63% -
HSV(B) 19.77º 0.7% 0.97% -
XYZ 47.71 36.5 11.01 -
YUV 159.19 79.93 190.63 -
System Red Green Blue C M Y K H S L
Decimal 247 131 74 0 0.47 0.70 0.03 19.77 0.92 0.63
Hex F7 83 4A 0 2F 46 3 14 5C 3F
Octal 367 203 112 0 57 106 3 24 134 77
Binary 11110111 10000011 1001010 0 101111 1000110 11 10100 1011100 111111

Color Harmonies of #F7834A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7834A

Black with #F7834A

Text Example


Text Example

White with #F7834A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7834A; }

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

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

background-color css

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

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

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

border-color css

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

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

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