Html Css Color HEX #F9915A Crusta

📋 copy color: '#F9915A'

red 249 ◦ green 145 ◦ blue 90

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

Shades of Crusta #F9915A

Tints of Crusta #F9915A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.96%

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

R = 51.45%
G = 29.96%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#F9915A (or 0xF9915A) is known color: Crusta. HEX triplet: F9, 91 and 5A. RGB value is (249,145,90). Sum of RGB (Red+Green+Blue) = 249+145+90=484 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.45% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 90 (35.55% from 255 or 18.60% from 484); Max value from RGB is 249 - color contains mainly: red. Hex color #F9915A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9915A is #066EA5. Grayscale: #AAAAAA. Windows color (decimal): -421542 or 5935609. OLE color: 5935609.

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

Color convert

RGB 249 145 90 -
CMYK 0 0.42 0.64 0.02
HSL 20.75º 0.93% 0.66% -
HSV(B) 20.75º 0.64% 0.98% -
XYZ 51.04 41.13 14.92 -
YUV 169.83 82.96 184.47 -
System Red Green Blue C M Y K H S L
Decimal 249 145 90 0 0.42 0.64 0.02 20.75 0.93 0.66
Hex F9 91 5A 0 2A 40 2 15 5D 42
Octal 371 221 132 0 52 100 2 25 135 102
Binary 11111001 10010001 1011010 0 101010 1000000 10 10101 1011101 1000010

Color Harmonies of #F9915A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9915A

Black with #F9915A

Text Example


Text Example

White with #F9915A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9915A; }

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

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

background-color css

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

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

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

border-color css

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

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

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