Html Css Color HEX #F9865D Crusta

📋 copy color: '#F9865D'

red 249 ◦ green 134 ◦ blue 93

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

Shades of Crusta #F9865D

Tints of Crusta #F9865D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.15%

 BLUE value IS 93 (36.72% from 255) = 19.54%

R = 52.31%
G = 28.15%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F9865D (or 0xF9865D) is known color: Crusta. HEX triplet: F9, 86 and 5D. RGB value is (249,134,93). Sum of RGB (Red+Green+Blue) = 249+134+93=476 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.31% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 249 - color contains mainly: red. Hex color #F9865D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9865D is #0679A2. Grayscale: #A3A3A3. Windows color (decimal): -424355 or 6129401. OLE color: 6129401.

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

Color convert

RGB 249 134 93 -
CMYK 0 0.46 0.63 0.02
HSL 15.77º 0.93% 0.67% -
HSV(B) 15.77º 0.63% 0.98% -
XYZ 49.57 37.98 15.07 -
YUV 163.71 88.1 188.83 -
System Red Green Blue C M Y K H S L
Decimal 249 134 93 0 0.46 0.63 0.02 15.77 0.93 0.67
Hex F9 86 5D 0 2E 3F 2 10 5D 43
Octal 371 206 135 0 56 77 2 20 135 103
Binary 11111001 10000110 1011101 0 101110 111111 10 10000 1011101 1000011

Color Harmonies of #F9865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9865D

Black with #F9865D

Text Example


Text Example

White with #F9865D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9865D; }

 p { color: rgb(249,134,93); }

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

background-color css

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

 a { background-color: rgb(249,134,93); }

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

border-color css

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

 span { border-color: rgb(249,134,93); }

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