Html Css Color HEX #F7865A Crusta

📋 copy color: '#F7865A'

red 247 ◦ green 134 ◦ blue 90

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

Shades of Crusta #F7865A

Tints of Crusta #F7865A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.45%

 BLUE value IS 90 (35.55% from 255) = 19.11%

R = 52.44%
G = 28.45%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F7865A (or 0xF7865A) is known color: Crusta. HEX triplet: F7, 86 and 5A. RGB value is (247,134,90). Sum of RGB (Red+Green+Blue) = 247+134+90=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 90 (35.55% from 255 or 19.11% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F7865A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7865A is #0879A5. Grayscale: #A3A3A3. Windows color (decimal): -555430 or 5932791. OLE color: 5932791.

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

Color convert

RGB 247 134 90 -
CMYK 0 0.46 0.64 0.03
HSL 16.82º 0.91% 0.66% -
HSV(B) 16.82º 0.64% 0.97% -
XYZ 48.73 37.56 14.35 -
YUV 162.77 86.94 188.08 -
System Red Green Blue C M Y K H S L
Decimal 247 134 90 0 0.46 0.64 0.03 16.82 0.91 0.66
Hex F7 86 5A 0 2E 40 3 11 5B 42
Octal 367 206 132 0 56 100 3 21 133 102
Binary 11110111 10000110 1011010 0 101110 1000000 11 10001 1011011 1000010

Color Harmonies of #F7865A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7865A

Black with #F7865A

Text Example


Text Example

White with #F7865A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7865A; }

 p { color: rgb(247,134,90); }

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

background-color css

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

 a { background-color: rgb(247,134,90); }

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

border-color css

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

 span { border-color: rgb(247,134,90); }

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