Html Css Color HEX #FDBA65 Rajah

📋 copy color: '#FDBA65'

red 253 ◦ green 186 ◦ blue 101

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

Shades of Rajah #FDBA65

Tints of Rajah #FDBA65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.7%

R = 46.85%
G = 34.44%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDBA65 (or 0xFDBA65) is known color: Rajah. HEX triplet: FD, BA and 65. RGB value is (253,186,101). Sum of RGB (Red+Green+Blue) = 253+186+101=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 101 (39.84% from 255 or 18.70% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDBA65 is #02459A. Grayscale: #C4C4C4. Windows color (decimal): -148891 or 6667005. OLE color: 6667005.

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

Color convert

RGB 253 186 101 -
CMYK 0 0.26 0.60 0.01
HSL 33.55º 0.97% 0.69% -
HSV(B) 33.55º 0.6% 0.99% -
XYZ 60.42 56.94 20.12 -
YUV 196.34 74.2 168.41 -
System Red Green Blue C M Y K H S L
Decimal 253 186 101 0 0.26 0.60 0.01 33.55 0.97 0.69
Hex FD BA 65 0 1A 3C 1 22 61 45
Octal 375 272 145 0 32 74 1 42 141 105
Binary 11111101 10111010 1100101 0 11010 111100 1 100010 1100001 1000101

Color Harmonies of #FDBA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBA65

Black with #FDBA65

Text Example


Text Example

White with #FDBA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBA65; }

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

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

background-color css

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

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

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

border-color css

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

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

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