Html Css Color HEX #F9825A Crusta

📋 copy color: '#F9825A'

red 249 ◦ green 130 ◦ blue 90

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

Shades of Crusta #F9825A

Tints of Crusta #F9825A

RGB

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

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

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

R = 53.09%
G = 27.72%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#F9825A (or 0xF9825A) is known color: Crusta. HEX triplet: F9, 82 and 5A. RGB value is (249,130,90). Sum of RGB (Red+Green+Blue) = 249+130+90=469 (62% of max value = 765). Red value is 249 (97.66% from 255 or 53.09% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 90 (35.55% from 255 or 19.19% from 469); Max value from RGB is 249 - color contains mainly: red. Hex color #F9825A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9825A is #067DA5. Grayscale: #A1A1A1. Windows color (decimal): -425382 or 5931769. OLE color: 5931769.

HSL color Cylindrical-coordinate representation of color #F9825A: hue angle of 15.09º 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 #F9825A is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 130 90 -
CMYK 0 0.48 0.64 0.02
HSL 15.09º 0.93% 0.66% -
HSV(B) 15.09º 0.64% 0.98% -
XYZ 48.9 36.84 14.21 -
YUV 161.02 87.92 190.75 -
System Red Green Blue C M Y K H S L
Decimal 249 130 90 0 0.48 0.64 0.02 15.09 0.93 0.66
Hex F9 82 5A 0 30 40 2 F 5D 42
Octal 371 202 132 0 60 100 2 17 135 102
Binary 11111001 10000010 1011010 0 110000 1000000 10 1111 1011101 1000010

Color Harmonies of #F9825A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9825A

Black with #F9825A

Text Example


Text Example

White with #F9825A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9825A; }

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

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

background-color css

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

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

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

border-color css

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

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

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