Html Css Color HEX #FDBA64 Rajah

📋 copy color: '#FDBA64'

red 253 ◦ green 186 ◦ blue 100

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

Shades of Rajah #FDBA64

Tints of Rajah #FDBA64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.55%

R = 46.94%
G = 34.51%
B = 18.55%

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

#FDBA64 (or 0xFDBA64) is known color: Rajah. HEX triplet: FD, BA and 64. RGB value is (253,186,100). Sum of RGB (Red+Green+Blue) = 253+186+100=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 100 (39.45% from 255 or 18.55% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDBA64 is #02459B. Grayscale: #C4C4C4. Windows color (decimal): -148892 or 6601469. OLE color: 6601469.

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

Color convert

RGB 253 186 100 -
CMYK 0 0.26 0.60 0.01
HSL 33.73º 0.97% 0.69% -
HSV(B) 33.73º 0.6% 0.99% -
XYZ 60.37 56.92 19.86 -
YUV 196.23 73.7 168.49 -
System Red Green Blue C M Y K H S L
Decimal 253 186 100 0 0.26 0.60 0.01 33.73 0.97 0.69
Hex FD BA 64 0 1A 3C 1 22 61 45
Octal 375 272 144 0 32 74 1 42 141 105
Binary 11111101 10111010 1100100 0 11010 111100 1 100010 1100001 1000101

Color Harmonies of #FDBA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBA64

Black with #FDBA64

Text Example


Text Example

White with #FDBA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBA64; }

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

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

background-color css

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

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

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

border-color css

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

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

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