Html Css Color HEX #FDA36B Hit Pink

📋 copy color: '#FDA36B'

red 253 ◦ green 163 ◦ blue 107

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

Shades of Hit Pink #FDA36B

Tints of Hit Pink #FDA36B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.17%

 BLUE value IS 107 (42.19% from 255) = 20.46%

R = 48.37%
G = 31.17%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FDA36B (or 0xFDA36B) is known color: Hit Pink. HEX triplet: FD, A3 and 6B. RGB value is (253,163,107). Sum of RGB (Red+Green+Blue) = 253+163+107=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 163 (64.06% from 255 or 31.17% from 523); Blue value is 107 (42.19% from 255 or 20.46% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA36B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA36B is #025C94. Grayscale: #B7B7B7. Windows color (decimal): -154773 or 7054333. OLE color: 7054333.

HSL color Cylindrical-coordinate representation of color #FDA36B: hue angle of 23.01º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FDA36B is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 163 107 -
CMYK 0 0.36 0.58 0.01
HSL 23.01º 0.97% 0.71% -
HSV(B) 23.01º 0.58% 0.99% -
XYZ 56.26 48.14 20.24 -
YUV 183.53 84.82 177.55 -
System Red Green Blue C M Y K H S L
Decimal 253 163 107 0 0.36 0.58 0.01 23.01 0.97 0.71
Hex FD A3 6B 0 24 3A 1 17 61 47
Octal 375 243 153 0 44 72 1 27 141 107
Binary 11111101 10100011 1101011 0 100100 111010 1 10111 1100001 1000111

Color Harmonies of #FDA36B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA36B

Black with #FDA36B

Text Example


Text Example

White with #FDA36B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA36B; }

 p { color: rgb(253,163,107); }

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

background-color css

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

 a { background-color: rgb(253,163,107); }

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

border-color css

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

 span { border-color: rgb(253,163,107); }

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