Html Css Color HEX #F9855F Crusta

📋 copy color: '#F9855F'

red 249 ◦ green 133 ◦ blue 95

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

Shades of Crusta #F9855F

Tints of Crusta #F9855F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.88%

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

R = 52.2%
G = 27.88%
B = 19.92%

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

#F9855F (or 0xF9855F) is known color: Crusta. HEX triplet: F9, 85 and 5F. RGB value is (249,133,95). Sum of RGB (Red+Green+Blue) = 249+133+95=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 95 (37.5% from 255 or 19.92% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F9855F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9855F is #067AA0. Grayscale: #A3A3A3. Windows color (decimal): -424609 or 6260217. OLE color: 6260217.

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

Color convert

RGB 249 133 95 -
CMYK 0 0.47 0.62 0.02
HSL 14.81º 0.93% 0.67% -
HSV(B) 14.81º 0.62% 0.98% -
XYZ 49.52 37.74 15.5 -
YUV 163.35 89.43 189.09 -
System Red Green Blue C M Y K H S L
Decimal 249 133 95 0 0.47 0.62 0.02 14.81 0.93 0.67
Hex F9 85 5F 0 2F 3E 2 F 5D 43
Octal 371 205 137 0 57 76 2 17 135 103
Binary 11111001 10000101 1011111 0 101111 111110 10 1111 1011101 1000011

Color Harmonies of #F9855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9855F

Black with #F9855F

Text Example


Text Example

White with #F9855F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9855F; }

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

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

background-color css

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

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

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

border-color css

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

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

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