Html Css Color HEX #FDBA6B Rajah

📋 copy color: '#FDBA6B'

red 253 ◦ green 186 ◦ blue 107

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

Shades of Rajah #FDBA6B

Tints of Rajah #FDBA6B

RGB

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

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

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

R = 46.34%
G = 34.07%
B = 19.6%

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

#FDBA6B (or 0xFDBA6B) is known color: Rajah. HEX triplet: FD, BA and 6B. RGB value is (253,186,107). Sum of RGB (Red+Green+Blue) = 253+186+107=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 107 (42.19% from 255 or 19.60% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDBA6B is #024594. Grayscale: #C5C5C5. Windows color (decimal): -148885 or 7060221. OLE color: 7060221.

HSL color Cylindrical-coordinate representation of color #FDBA6B: hue angle of 32.47º 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 #FDBA6B is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 186 107 -
CMYK 0 0.26 0.58 0.01
HSL 32.47º 0.97% 0.71% -
HSV(B) 32.47º 0.58% 0.99% -
XYZ 60.72 57.06 21.72 -
YUV 197.03 77.2 167.92 -
System Red Green Blue C M Y K H S L
Decimal 253 186 107 0 0.26 0.58 0.01 32.47 0.97 0.71
Hex FD BA 6B 0 1A 3A 1 20 61 47
Octal 375 272 153 0 32 72 1 40 141 107
Binary 11111101 10111010 1101011 0 11010 111010 1 100000 1100001 1000111

Color Harmonies of #FDBA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBA6B

Black with #FDBA6B

Text Example


Text Example

White with #FDBA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBA6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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