Html Css Color HEX #FA533F Sunset Orange

📋 copy color: '#FA533F'

red 250 ◦ green 83 ◦ blue 63

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

Shades of Sunset Orange #FA533F

Tints of Sunset Orange #FA533F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.91%

R = 63.13%
G = 20.96%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FA533F (or 0xFA533F) is known color: Sunset Orange. HEX triplet: FA, 53 and 3F. RGB value is (250,83,63). Sum of RGB (Red+Green+Blue) = 250+83+63=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 83 (32.81% from 255 or 20.96% from 396); Blue value is 63 (25% from 255 or 15.91% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA533F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA533F is #05ACC0. Grayscale: #828282. Windows color (decimal): -371905 or 4150266. OLE color: 4150266.

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

Color convert

RGB 250 83 63 -
CMYK 0 0.67 0.75 0.02
HSL 6.42º 0.95% 0.61% -
HSV(B) 6.42º 0.75% 0.98% -
XYZ 43.41 26.87 7.6 -
YUV 130.65 89.83 213.13 -
System Red Green Blue C M Y K H S L
Decimal 250 83 63 0 0.67 0.75 0.02 6.42 0.95 0.61
Hex FA 53 3F 0 43 4B 2 6 5F 3D
Octal 372 123 77 0 103 113 2 6 137 75
Binary 11111010 1010011 111111 0 1000011 1001011 10 110 1011111 111101

Color Harmonies of #FA533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA533F

Black with #FA533F

Text Example


Text Example

White with #FA533F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA533F; }

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

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

background-color css

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

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

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

border-color css

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

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

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