Html Css Color HEX #FA524B Sunset Orange

📋 copy color: '#FA524B'

red 250 ◦ green 82 ◦ blue 75

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

Shades of Sunset Orange #FA524B

Tints of Sunset Orange #FA524B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.15%

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

R = 61.43%
G = 20.15%
B = 18.43%

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

#FA524B (or 0xFA524B) is known color: Sunset Orange. HEX triplet: FA, 52 and 4B. RGB value is (250,82,75). Sum of RGB (Red+Green+Blue) = 250+82+75=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA524B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA524B is #05ADB4. Grayscale: #838383. Windows color (decimal): -372149 or 4936442. OLE color: 4936442.

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

Color convert

RGB 250 82 75 -
CMYK 0 0.67 0.7 0.02
HSL 2.4º 0.95% 0.64% -
HSV(B) 2.4º 0.7% 0.98% -
XYZ 43.71 26.87 9.54 -
YUV 131.43 96.16 212.57 -
System Red Green Blue C M Y K H S L
Decimal 250 82 75 0 0.67 0.7 0.02 2.4 0.95 0.64
Hex FA 52 4B 0 43 46 2 2 5F 40
Octal 372 122 113 0 103 106 2 2 137 100
Binary 11111010 1010010 1001011 0 1000011 1000110 10 10 1011111 1000000

Color Harmonies of #FA524B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA524B

Black with #FA524B

Text Example


Text Example

White with #FA524B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA524B; }

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

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

background-color css

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

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

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

border-color css

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

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

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