Html Css Color HEX #FDB96B Rajah

📋 copy color: '#FDB96B'

red 253 ◦ green 185 ◦ blue 107

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

Shades of Rajah #FDB96B

Tints of Rajah #FDB96B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.94%

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

R = 46.42%
G = 33.94%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FDB96B (or 0xFDB96B) is known color: Rajah. HEX triplet: FD, B9 and 6B. RGB value is (253,185,107). Sum of RGB (Red+Green+Blue) = 253+185+107=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 185 (72.66% from 255 or 33.94% from 545); Blue value is 107 (42.19% from 255 or 19.63% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB96B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB96B is #024694. Grayscale: #C4C4C4. Windows color (decimal): -149141 or 7059965. OLE color: 7059965.

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

Color convert

RGB 253 185 107 -
CMYK 0 0.27 0.58 0.01
HSL 32.05º 0.97% 0.71% -
HSV(B) 32.05º 0.58% 0.99% -
XYZ 60.51 56.64 21.65 -
YUV 196.44 77.53 168.34 -
System Red Green Blue C M Y K H S L
Decimal 253 185 107 0 0.27 0.58 0.01 32.05 0.97 0.71
Hex FD B9 6B 0 1B 3A 1 20 61 47
Octal 375 271 153 0 33 72 1 40 141 107
Binary 11111101 10111001 1101011 0 11011 111010 1 100000 1100001 1000111

Color Harmonies of #FDB96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB96B

Black with #FDB96B

Text Example


Text Example

White with #FDB96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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