Html Css Color HEX #F9835E Crusta

📋 copy color: '#F9835E'

red 249 ◦ green 131 ◦ blue 94

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

Shades of Crusta #F9835E

Tints of Crusta #F9835E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.64%

 BLUE value IS 94 (37.11% from 255) = 19.83%

R = 52.53%
G = 27.64%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#F9835E (or 0xF9835E) is known color: Crusta. HEX triplet: F9, 83 and 5E. RGB value is (249,131,94). Sum of RGB (Red+Green+Blue) = 249+131+94=474 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.53% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 94 (37.11% from 255 or 19.83% from 474); Max value from RGB is 249 - color contains mainly: red. Hex color #F9835E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9835E is #067CA1. Grayscale: #A2A2A2. Windows color (decimal): -425122 or 6194169. OLE color: 6194169.

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

Color convert

RGB 249 131 94 -
CMYK 0 0.47 0.62 0.02
HSL 14.32º 0.93% 0.67% -
HSV(B) 14.32º 0.62% 0.98% -
XYZ 49.2 37.18 15.17 -
YUV 162.06 89.59 190.01 -
System Red Green Blue C M Y K H S L
Decimal 249 131 94 0 0.47 0.62 0.02 14.32 0.93 0.67
Hex F9 83 5E 0 2F 3E 2 E 5D 43
Octal 371 203 136 0 57 76 2 16 135 103
Binary 11111001 10000011 1011110 0 101111 111110 10 1110 1011101 1000011

Color Harmonies of #F9835E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9835E

Black with #F9835E

Text Example


Text Example

White with #F9835E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9835E; }

 p { color: rgb(249,131,94); }

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

background-color css

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

 a { background-color: rgb(249,131,94); }

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

border-color css

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

 span { border-color: rgb(249,131,94); }

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