Html Css Color HEX #FA534B Sunset Orange

📋 copy color: '#FA534B'

red 250 ◦ green 83 ◦ blue 75

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

Shades of Sunset Orange #FA534B

Tints of Sunset Orange #FA534B

RGB

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

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

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

R = 61.27%
G = 20.34%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.7

 K value IS 0.02

RGB Variations

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

Color information

#FA534B (or 0xFA534B) is known color: Sunset Orange. HEX triplet: FA, 53 and 4B. RGB value is (250,83,75). Sum of RGB (Red+Green+Blue) = 250+83+75=408 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.27% from 408); Green value is 83 (32.81% from 255 or 20.34% from 408); Blue value is 75 (29.69% from 255 or 18.38% from 408); Max value from RGB is 250 - color contains mainly: red. Hex color #FA534B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA534B is #05ACB4. Grayscale: #848484. Windows color (decimal): -371893 or 4936698. OLE color: 4936698.

HSL color Cylindrical-coordinate representation of color #FA534B: hue angle of 2.74º degrees, saturation: 0.95, 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 #FA534B is Cyan = 0, Magento = 0.67, Yellow = 0.7 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 83 75 -
CMYK 0 0.67 0.7 0.02
HSL 2.74º 0.95% 0.64% -
HSV(B) 2.74º 0.7% 0.98% -
XYZ 43.79 27.02 9.56 -
YUV 132.02 95.83 212.15 -
System Red Green Blue C M Y K H S L
Decimal 250 83 75 0 0.67 0.7 0.02 2.74 0.95 0.64
Hex FA 53 4B 0 43 46 2 3 5F 40
Octal 372 123 113 0 103 106 2 3 137 100
Binary 11111010 1010011 1001011 0 1000011 1000110 10 11 1011111 1000000

Color Harmonies of #FA534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA534B

Black with #FA534B

Text Example


Text Example

White with #FA534B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA534B; }

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

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

background-color css

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

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

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

border-color css

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

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

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