Html Css Color HEX #FFBA60 Rajah

📋 copy color: '#FFBA60'

red 255 ◦ green 186 ◦ blue 96

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

Shades of Rajah #FFBA60

Tints of Rajah #FFBA60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.88%

R = 47.49%
G = 34.64%
B = 17.88%

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

#FFBA60 (or 0xFFBA60) is known color: Rajah. HEX triplet: FF, BA and 60. RGB value is (255,186,96). Sum of RGB (Red+Green+Blue) = 255+186+96=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 96 (37.89% from 255 or 17.88% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBA60 is #00459F. Grayscale: #C4C4C4. Windows color (decimal): -17824 or 6339327. OLE color: 6339327.

HSL color Cylindrical-coordinate representation of color #FFBA60: hue angle of 33.96º 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 #FFBA60 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.

Color convert

RGB 255 186 96 -
CMYK 0 0.27 0.62 0
HSL 33.96º 1% 0.69% -
HSV(B) 33.96º 0.62% 1% -
XYZ 60.91 57.22 18.9 -
YUV 196.37 71.36 169.82 -
System Red Green Blue C M Y K H S L
Decimal 255 186 96 0 0.27 0.62 0 33.96 1 0.69
Hex FF BA 60 0 1B 3E 0 22 64 45
Octal 377 272 140 0 33 76 0 42 144 105
Binary 11111111 10111010 1100000 0 11011 111110 0 100010 1100100 1000101

Color Harmonies of #FFBA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBA60

Black with #FFBA60

Text Example


Text Example

White with #FFBA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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