Html Css Color HEX #F9835F Crusta

📋 copy color: '#F9835F'

red 249 ◦ green 131 ◦ blue 95

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

Shades of Crusta #F9835F

Tints of Crusta #F9835F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20%

R = 52.42%
G = 27.58%
B = 20%

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

#F9835F (or 0xF9835F) is known color: Crusta. HEX triplet: F9, 83 and 5F. RGB value is (249,131,95). Sum of RGB (Red+Green+Blue) = 249+131+95=475 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.42% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 95 (37.5% from 255 or 20% from 475); Max value from RGB is 249 - color contains mainly: red. Hex color #F9835F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9835F is #067CA0. Grayscale: #A2A2A2. Windows color (decimal): -425121 or 6259705. OLE color: 6259705.

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

Color convert

RGB 249 131 95 -
CMYK 0 0.47 0.62 0.02
HSL 14.03º 0.93% 0.67% -
HSV(B) 14.03º 0.62% 0.98% -
XYZ 49.25 37.2 15.41 -
YUV 162.18 90.09 189.93 -
System Red Green Blue C M Y K H S L
Decimal 249 131 95 0 0.47 0.62 0.02 14.03 0.93 0.67
Hex F9 83 5F 0 2F 3E 2 E 5D 43
Octal 371 203 137 0 57 76 2 16 135 103
Binary 11111001 10000011 1011111 0 101111 111110 10 1110 1011101 1000011

Color Harmonies of #F9835F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9835F

Black with #F9835F

Text Example


Text Example

White with #F9835F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9835F; }

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

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

background-color css

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

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

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

border-color css

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

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

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