Html Css Color HEX #FDBA6A Rajah

📋 copy color: '#FDBA6A'

red 253 ◦ green 186 ◦ blue 106

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

Shades of Rajah #FDBA6A

Tints of Rajah #FDBA6A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.13%

 BLUE value IS 106 (41.8% from 255) = 19.45%

R = 46.42%
G = 34.13%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FDBA6A (or 0xFDBA6A) is known color: Rajah. HEX triplet: FD, BA and 6A. RGB value is (253,186,106). Sum of RGB (Red+Green+Blue) = 253+186+106=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 106 (41.80% from 255 or 19.45% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDBA6A is #024595. Grayscale: #C5C5C5. Windows color (decimal): -148886 or 6994685. OLE color: 6994685.

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

Color convert

RGB 253 186 106 -
CMYK 0 0.26 0.58 0.01
HSL 32.65º 0.97% 0.7% -
HSV(B) 32.65º 0.58% 0.99% -
XYZ 60.67 57.04 21.45 -
YUV 196.91 76.7 168 -
System Red Green Blue C M Y K H S L
Decimal 253 186 106 0 0.26 0.58 0.01 32.65 0.97 0.7
Hex FD BA 6A 0 1A 3A 1 21 61 46
Octal 375 272 152 0 32 72 1 41 141 106
Binary 11111101 10111010 1101010 0 11010 111010 1 100001 1100001 1000110

Color Harmonies of #FDBA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBA6A

Black with #FDBA6A

Text Example


Text Example

White with #FDBA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBA6A; }

 p { color: rgb(253,186,106); }

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

background-color css

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

 a { background-color: rgb(253,186,106); }

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

border-color css

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

 span { border-color: rgb(253,186,106); }

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