Html Css Color HEX #FA533C Sunset Orange

📋 copy color: '#FA533C'

red 250 ◦ green 83 ◦ blue 60

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

Shades of Sunset Orange #FA533C

Tints of Sunset Orange #FA533C

RGB

 RED value IS 250 (98.05% from 255) = 63.61%

 GREEN value IS 83 (32.81% from 255) = 21.12%

 BLUE value IS 60 (23.83% from 255) = 15.27%

R = 63.61%
G = 21.12%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA533C (or 0xFA533C) is known color: Sunset Orange. HEX triplet: FA, 53 and 3C. RGB value is (250,83,60). Sum of RGB (Red+Green+Blue) = 250+83+60=393 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.61% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 60 (23.83% from 255 or 15.27% from 393); Max value from RGB is 250 - color contains mainly: red. Hex color #FA533C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA533C is #05ACC3. Grayscale: #828282. Windows color (decimal): -371908 or 3953658. OLE color: 3953658.

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

Color convert

RGB 250 83 60 -
CMYK 0 0.67 0.76 0.02
HSL 7.26º 0.95% 0.61% -
HSV(B) 7.26º 0.76% 0.98% -
XYZ 43.33 26.84 7.17 -
YUV 130.31 88.33 213.37 -
System Red Green Blue C M Y K H S L
Decimal 250 83 60 0 0.67 0.76 0.02 7.26 0.95 0.61
Hex FA 53 3C 0 43 4C 2 7 5F 3D
Octal 372 123 74 0 103 114 2 7 137 75
Binary 11111010 1010011 111100 0 1000011 1001100 10 111 1011111 111101

Color Harmonies of #FA533C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA533C

Black with #FA533C

Text Example


Text Example

White with #FA533C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA533C; }

 p { color: rgb(250,83,60); }

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

background-color css

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

 a { background-color: rgb(250,83,60); }

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

border-color css

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

 span { border-color: rgb(250,83,60); }

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