Html Css Color HEX #F9875D Crusta

📋 copy color: '#F9875D'

red 249 ◦ green 135 ◦ blue 93

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

Shades of Crusta #F9875D

Tints of Crusta #F9875D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.5%

R = 52.2%
G = 28.3%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F9875D (or 0xF9875D) is known color: Crusta. HEX triplet: F9, 87 and 5D. RGB value is (249,135,93). Sum of RGB (Red+Green+Blue) = 249+135+93=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 135 (53.12% from 255 or 28.30% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F9875D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9875D is #0678A2. Grayscale: #A4A4A4. Windows color (decimal): -424099 or 6129657. OLE color: 6129657.

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

Color convert

RGB 249 135 93 -
CMYK 0 0.46 0.63 0.02
HSL 16.15º 0.93% 0.67% -
HSV(B) 16.15º 0.63% 0.98% -
XYZ 49.71 38.26 15.12 -
YUV 164.3 87.77 188.42 -
System Red Green Blue C M Y K H S L
Decimal 249 135 93 0 0.46 0.63 0.02 16.15 0.93 0.67
Hex F9 87 5D 0 2E 3F 2 10 5D 43
Octal 371 207 135 0 56 77 2 20 135 103
Binary 11111001 10000111 1011101 0 101110 111111 10 10000 1011101 1000011

Color Harmonies of #F9875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9875D

Black with #F9875D

Text Example


Text Example

White with #F9875D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9875D; }

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

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

background-color css

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

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

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

border-color css

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

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

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