Html Css Color HEX #FDBA63 Rajah

📋 copy color: '#FDBA63'

red 253 ◦ green 186 ◦ blue 99

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

Shades of Rajah #FDBA63

Tints of Rajah #FDBA63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.4%

R = 47.03%
G = 34.57%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FDBA63 (or 0xFDBA63) is known color: Rajah. HEX triplet: FD, BA and 63. RGB value is (253,186,99). Sum of RGB (Red+Green+Blue) = 253+186+99=538 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.03% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 99 (39.06% from 255 or 18.40% from 538); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDBA63 is #02459C. Grayscale: #C4C4C4. Windows color (decimal): -148893 or 6535933. OLE color: 6535933.

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

Color convert

RGB 253 186 99 -
CMYK 0 0.26 0.61 0.01
HSL 33.9º 0.97% 0.69% -
HSV(B) 33.9º 0.61% 0.99% -
XYZ 60.32 56.9 19.61 -
YUV 196.12 73.2 168.57 -
System Red Green Blue C M Y K H S L
Decimal 253 186 99 0 0.26 0.61 0.01 33.9 0.97 0.69
Hex FD BA 63 0 1A 3D 1 22 61 45
Octal 375 272 143 0 32 75 1 42 141 105
Binary 11111101 10111010 1100011 0 11010 111101 1 100010 1100001 1000101

Color Harmonies of #FDBA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBA63

Black with #FDBA63

Text Example


Text Example

White with #FDBA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBA63; }

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

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

background-color css

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

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

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

border-color css

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

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

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