Html Css Color HEX #F98C4B Crusta

📋 copy color: '#F98C4B'

red 249 ◦ green 140 ◦ blue 75

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

Shades of Crusta #F98C4B

Tints of Crusta #F98C4B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.17%

 BLUE value IS 75 (29.69% from 255) = 16.16%

R = 53.66%
G = 30.17%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#F98C4B (or 0xF98C4B) is known color: Crusta. HEX triplet: F9, 8C and 4B. RGB value is (249,140,75). Sum of RGB (Red+Green+Blue) = 249+140+75=464 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.66% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 75 (29.69% from 255 or 16.16% from 464); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98C4B is #0673B4. Grayscale: #A5A5A5. Windows color (decimal): -422837 or 4951289. OLE color: 4951289.

HSL color Cylindrical-coordinate representation of color #F98C4B: hue angle of 22.41º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F98C4B is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 140 75 -
CMYK 0 0.44 0.70 0.02
HSL 22.41º 0.94% 0.64% -
HSV(B) 22.41º 0.7% 0.98% -
XYZ 49.72 39.4 11.64 -
YUV 165.18 77.11 187.79 -
System Red Green Blue C M Y K H S L
Decimal 249 140 75 0 0.44 0.70 0.02 22.41 0.94 0.64
Hex F9 8C 4B 0 2C 46 2 16 5E 40
Octal 371 214 113 0 54 106 2 26 136 100
Binary 11111001 10001100 1001011 0 101100 1000110 10 10110 1011110 1000000

Color Harmonies of #F98C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98C4B

Black with #F98C4B

Text Example


Text Example

White with #F98C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98C4B; }

 p { color: rgb(249,140,75); }

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

background-color css

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

 a { background-color: rgb(249,140,75); }

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

border-color css

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

 span { border-color: rgb(249,140,75); }

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