Html Css Color HEX #FF8C4F Crusta

📋 copy color: '#FF8C4F'

red 255 ◦ green 140 ◦ blue 79

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

Shades of Crusta #FF8C4F

Tints of Crusta #FF8C4F

RGB

 RED value IS 255 (100% from 255) = 53.8%

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

 BLUE value IS 79 (31.25% from 255) = 16.67%

R = 53.8%
G = 29.54%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF8C4F (or 0xFF8C4F) is known color: Crusta. HEX triplet: FF, 8C and 4F. RGB value is (255,140,79). Sum of RGB (Red+Green+Blue) = 255+140+79=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 79 (31.25% from 255 or 16.67% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8C4F is #0073B0. Grayscale: #A7A7A7. Windows color (decimal): -29617 or 5213439. OLE color: 5213439.

HSL color Cylindrical-coordinate representation of color #FF8C4F: hue angle of 20.8º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF8C4F is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.

Color convert

RGB 255 140 79 -
CMYK 0 0.45 0.69 0
HSL 20.8º 1% 0.65% -
HSV(B) 20.8º 0.69% 1% -
XYZ 52.03 40.58 12.49 -
YUV 167.43 78.1 190.46 -
System Red Green Blue C M Y K H S L
Decimal 255 140 79 0 0.45 0.69 0 20.8 1 0.65
Hex FF 8C 4F 0 2D 45 0 15 64 41
Octal 377 214 117 0 55 105 0 25 144 101
Binary 11111111 10001100 1001111 0 101101 1000101 0 10101 1100100 1000001

Color Harmonies of #FF8C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8C4F

Black with #FF8C4F

Text Example


Text Example

White with #FF8C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8C4F; }

 p { color: rgb(255,140,79); }

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

background-color css

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

 a { background-color: rgb(255,140,79); }

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

border-color css

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

 span { border-color: rgb(255,140,79); }

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