Html Css Color HEX #F9875A Crusta

📋 copy color: '#F9875A'

red 249 ◦ green 135 ◦ blue 90

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

Shades of Crusta #F9875A

Tints of Crusta #F9875A

RGB

 RED value IS 249 (97.66% from 255) = 52.53%

 GREEN value IS 135 (53.13% from 255) = 28.48%

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

R = 52.53%
G = 28.48%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#F9875A (or 0xF9875A) is known color: Crusta. HEX triplet: F9, 87 and 5A. RGB value is (249,135,90). Sum of RGB (Red+Green+Blue) = 249+135+90=474 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.53% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 90 (35.55% from 255 or 18.99% from 474); Max value from RGB is 249 - color contains mainly: red. Hex color #F9875A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9875A is #0678A5. Grayscale: #A4A4A4. Windows color (decimal): -424102 or 5933049. OLE color: 5933049.

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

Color convert

RGB 249 135 90 -
CMYK 0 0.46 0.64 0.02
HSL 16.98º 0.93% 0.66% -
HSV(B) 16.98º 0.64% 0.98% -
XYZ 49.58 38.21 14.43 -
YUV 163.96 86.27 188.66 -
System Red Green Blue C M Y K H S L
Decimal 249 135 90 0 0.46 0.64 0.02 16.98 0.93 0.66
Hex F9 87 5A 0 2E 40 2 11 5D 42
Octal 371 207 132 0 56 100 2 21 135 102
Binary 11111001 10000111 1011010 0 101110 1000000 10 10001 1011101 1000010

Color Harmonies of #F9875A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9875A

Black with #F9875A

Text Example


Text Example

White with #F9875A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9875A; }

 p { color: rgb(249,135,90); }

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

background-color css

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

 a { background-color: rgb(249,135,90); }

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

border-color css

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

 span { border-color: rgb(249,135,90); }

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