Html Css Color HEX #FDBA68 Rajah

📋 copy color: '#FDBA68'

red 253 ◦ green 186 ◦ blue 104

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

Shades of Rajah #FDBA68

Tints of Rajah #FDBA68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.15%

R = 46.59%
G = 34.25%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FDBA68 (or 0xFDBA68) is known color: Rajah. HEX triplet: FD, BA and 68. RGB value is (253,186,104). Sum of RGB (Red+Green+Blue) = 253+186+104=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 104 (41.02% from 255 or 19.15% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDBA68 is #024597. Grayscale: #C5C5C5. Windows color (decimal): -148888 or 6863613. OLE color: 6863613.

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

Color convert

RGB 253 186 104 -
CMYK 0 0.26 0.59 0.01
HSL 33.02º 0.97% 0.7% -
HSV(B) 33.02º 0.59% 0.99% -
XYZ 60.57 57 20.91 -
YUV 196.69 75.7 168.17 -
System Red Green Blue C M Y K H S L
Decimal 253 186 104 0 0.26 0.59 0.01 33.02 0.97 0.7
Hex FD BA 68 0 1A 3B 1 21 61 46
Octal 375 272 150 0 32 73 1 41 141 106
Binary 11111101 10111010 1101000 0 11010 111011 1 100001 1100001 1000110

Color Harmonies of #FDBA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBA68

Black with #FDBA68

Text Example


Text Example

White with #FDBA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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