Html Css Color HEX #FDAF6C Rajah

📋 copy color: '#FDAF6C'

red 253 ◦ green 175 ◦ blue 108

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

Shades of Rajah #FDAF6C

Tints of Rajah #FDAF6C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.65%

 BLUE value IS 108 (42.58% from 255) = 20.15%

R = 47.2%
G = 32.65%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FDAF6C (or 0xFDAF6C) is known color: Rajah. HEX triplet: FD, AF and 6C. RGB value is (253,175,108). Sum of RGB (Red+Green+Blue) = 253+175+108=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 108 (42.58% from 255 or 20.15% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAF6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAF6C is #025093. Grayscale: #BFBFBF. Windows color (decimal): -151700 or 7122941. OLE color: 7122941.

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

Color convert

RGB 253 175 108 -
CMYK 0 0.31 0.57 0.01
HSL 27.72º 0.97% 0.71% -
HSV(B) 27.72º 0.57% 0.99% -
XYZ 58.54 52.63 21.26 -
YUV 190.68 81.34 172.45 -
System Red Green Blue C M Y K H S L
Decimal 253 175 108 0 0.31 0.57 0.01 27.72 0.97 0.71
Hex FD AF 6C 0 1F 39 1 1C 61 47
Octal 375 257 154 0 37 71 1 34 141 107
Binary 11111101 10101111 1101100 0 11111 111001 1 11100 1100001 1000111

Color Harmonies of #FDAF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAF6C

Black with #FDAF6C

Text Example


Text Example

White with #FDAF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAF6C; }

 p { color: rgb(253,175,108); }

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

background-color css

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

 a { background-color: rgb(253,175,108); }

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

border-color css

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

 span { border-color: rgb(253,175,108); }

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