Html Css Color HEX #FD675A Bittersweet

📋 copy color: '#FD675A'

red 253 ◦ green 103 ◦ blue 90

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

Shades of Bittersweet #FD675A

Tints of Bittersweet #FD675A

RGB

 RED value IS 253 (99.22% from 255) = 56.73%

 GREEN value IS 103 (40.63% from 255) = 23.09%

 BLUE value IS 90 (35.55% from 255) = 20.18%

R = 56.73%
G = 23.09%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD675A (or 0xFD675A) is known color: Bittersweet. HEX triplet: FD, 67 and 5A. RGB value is (253,103,90). Sum of RGB (Red+Green+Blue) = 253+103+90=446 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.73% from 446); Green value is 103 (40.62% from 255 or 23.09% from 446); Blue value is 90 (35.55% from 255 or 20.18% from 446); Max value from RGB is 253 - color contains mainly: red. Hex color #FD675A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD675A is #0298A5. Grayscale: #929292. Windows color (decimal): -170150 or 5924861. OLE color: 5924861.

HSL color Cylindrical-coordinate representation of color #FD675A: hue angle of 4.79º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD675A is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 103 90 -
CMYK 0 0.59 0.64 0.01
HSL 4.79º 0.98% 0.67% -
HSV(B) 4.79º 0.64% 0.99% -
XYZ 47.2 31.32 13.23 -
YUV 146.37 96.2 204.06 -
System Red Green Blue C M Y K H S L
Decimal 253 103 90 0 0.59 0.64 0.01 4.79 0.98 0.67
Hex FD 67 5A 0 3B 40 1 5 62 43
Octal 375 147 132 0 73 100 1 5 142 103
Binary 11111101 1100111 1011010 0 111011 1000000 1 101 1100010 1000011

Color Harmonies of #FD675A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD675A

Black with #FD675A

Text Example


Text Example

White with #FD675A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD675A; }

 p { color: rgb(253,103,90); }

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

background-color css

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

 a { background-color: rgb(253,103,90); }

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

border-color css

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

 span { border-color: rgb(253,103,90); }

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