Html Css Color HEX #FBBA68 Rajah

📋 copy color: '#FBBA68'

red 251 ◦ green 186 ◦ blue 104

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

Shades of Rajah #FBBA68

Tints of Rajah #FBBA68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.22%

R = 46.4%
G = 34.38%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FBBA68 (or 0xFBBA68) is known color: Rajah. HEX triplet: FB, BA and 68. RGB value is (251,186,104). Sum of RGB (Red+Green+Blue) = 251+186+104=541 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.40% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 104 (41.02% from 255 or 19.22% from 541); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBBA68 is #044597. Grayscale: #C4C4C4. Windows color (decimal): -279960 or 6863611. OLE color: 6863611.

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

Color convert

RGB 251 186 104 -
CMYK 0 0.26 0.59 0.02
HSL 33.47º 0.95% 0.7% -
HSV(B) 33.47º 0.59% 0.98% -
XYZ 59.84 56.63 20.87 -
YUV 196.09 76.03 167.17 -
System Red Green Blue C M Y K H S L
Decimal 251 186 104 0 0.26 0.59 0.02 33.47 0.95 0.7
Hex FB BA 68 0 1A 3B 2 21 5F 46
Octal 373 272 150 0 32 73 2 41 137 106
Binary 11111011 10111010 1101000 0 11010 111011 10 100001 1011111 1000110

Color Harmonies of #FBBA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBA68

Black with #FBBA68

Text Example


Text Example

White with #FBBA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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