Html Css Color HEX #FFBA61 Rajah

📋 copy color: '#FFBA61'

red 255 ◦ green 186 ◦ blue 97

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

Shades of Rajah #FFBA61

Tints of Rajah #FFBA61

RGB

 RED value IS 255 (100% from 255) = 47.4%

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

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

R = 47.4%
G = 34.57%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FFBA61 (or 0xFFBA61) is known color: Rajah. HEX triplet: FF, BA and 61. RGB value is (255,186,97). Sum of RGB (Red+Green+Blue) = 255+186+97=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 97 (38.28% from 255 or 18.03% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBA61 is #00459E. Grayscale: #C4C4C4. Windows color (decimal): -17823 or 6404863. OLE color: 6404863.

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

Color convert

RGB 255 186 97 -
CMYK 0 0.27 0.62 0
HSL 33.8º 1% 0.69% -
HSV(B) 33.8º 0.62% 1% -
XYZ 60.96 57.24 19.15 -
YUV 196.49 71.86 169.74 -
System Red Green Blue C M Y K H S L
Decimal 255 186 97 0 0.27 0.62 0 33.8 1 0.69
Hex FF BA 61 0 1B 3E 0 22 64 45
Octal 377 272 141 0 33 76 0 42 144 105
Binary 11111111 10111010 1100001 0 11011 111110 0 100010 1100100 1000101

Color Harmonies of #FFBA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBA61

Black with #FFBA61

Text Example


Text Example

White with #FFBA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBA61; }

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

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

background-color css

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

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

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

border-color css

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

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

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