Html Css Color HEX #FBBA61 Rajah

📋 copy color: '#FBBA61'

red 251 ◦ green 186 ◦ blue 97

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

Shades of Rajah #FBBA61

Tints of Rajah #FBBA61

RGB

 RED value IS 251 (98.44% from 255) = 47%

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

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

R = 47%
G = 34.83%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FBBA61 (or 0xFBBA61) is known color: Rajah. HEX triplet: FB, BA and 61. RGB value is (251,186,97). Sum of RGB (Red+Green+Blue) = 251+186+97=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 97 (38.28% from 255 or 18.16% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBBA61 is #04459E. Grayscale: #C3C3C3. Windows color (decimal): -279967 or 6404859. OLE color: 6404859.

HSL color Cylindrical-coordinate representation of color #FBBA61: hue angle of 34.68º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FBBA61 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 186 97 -
CMYK 0 0.26 0.61 0.02
HSL 34.68º 0.95% 0.68% -
HSV(B) 34.68º 0.61% 0.98% -
XYZ 59.5 56.49 19.08 -
YUV 195.29 72.53 167.74 -
System Red Green Blue C M Y K H S L
Decimal 251 186 97 0 0.26 0.61 0.02 34.68 0.95 0.68
Hex FB BA 61 0 1A 3D 2 23 5F 44
Octal 373 272 141 0 32 75 2 43 137 104
Binary 11111011 10111010 1100001 0 11010 111101 10 100011 1011111 1000100

Color Harmonies of #FBBA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBA61

Black with #FBBA61

Text Example


Text Example

White with #FBBA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBA61; }

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

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

background-color css

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

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

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

border-color css

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

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

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