Html Css Color HEX #FDBA61 Rajah

📋 copy color: '#FDBA61'

red 253 ◦ green 186 ◦ blue 97

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

Shades of Rajah #FDBA61

Tints of Rajah #FDBA61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.1%

R = 47.2%
G = 34.7%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDBA61 (or 0xFDBA61) is known color: Rajah. HEX triplet: FD, BA and 61. RGB value is (253,186,97). Sum of RGB (Red+Green+Blue) = 253+186+97=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 97 (38.28% from 255 or 18.10% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDBA61 is #02459E. Grayscale: #C4C4C4. Windows color (decimal): -148895 or 6404861. OLE color: 6404861.

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

Color convert

RGB 253 186 97 -
CMYK 0 0.26 0.62 0.01
HSL 34.23º 0.98% 0.69% -
HSV(B) 34.23º 0.62% 0.99% -
XYZ 60.22 56.86 19.11 -
YUV 195.89 72.2 168.74 -
System Red Green Blue C M Y K H S L
Decimal 253 186 97 0 0.26 0.62 0.01 34.23 0.98 0.69
Hex FD BA 61 0 1A 3E 1 22 62 45
Octal 375 272 141 0 32 76 1 42 142 105
Binary 11111101 10111010 1100001 0 11010 111110 1 100010 1100010 1000101

Color Harmonies of #FDBA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBA61

Black with #FDBA61

Text Example


Text Example

White with #FDBA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBA61; }

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

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

background-color css

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

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

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

border-color css

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

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

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