Html Css Color HEX #FBB963 Rajah

📋 copy color: '#FBB963'

red 251 ◦ green 185 ◦ blue 99

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

Shades of Rajah #FBB963

Tints of Rajah #FBB963

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.58%

 BLUE value IS 99 (39.06% from 255) = 18.5%

R = 46.92%
G = 34.58%
B = 18.5%

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

#FBB963 (or 0xFBB963) is known color: Rajah. HEX triplet: FB, B9 and 63. RGB value is (251,185,99). Sum of RGB (Red+Green+Blue) = 251+185+99=535 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.92% from 535); Green value is 185 (72.66% from 255 or 34.58% from 535); Blue value is 99 (39.06% from 255 or 18.50% from 535); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB963 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBB963 is #04469C. Grayscale: #C3C3C3. Windows color (decimal): -280221 or 6535675. OLE color: 6535675.

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

Color convert

RGB 251 185 99 -
CMYK 0 0.26 0.61 0.02
HSL 33.95º 0.95% 0.69% -
HSV(B) 33.95º 0.61% 0.98% -
XYZ 59.38 56.11 19.5 -
YUV 194.93 73.87 167.99 -
System Red Green Blue C M Y K H S L
Decimal 251 185 99 0 0.26 0.61 0.02 33.95 0.95 0.69
Hex FB B9 63 0 1A 3D 2 22 5F 45
Octal 373 271 143 0 32 75 2 42 137 105
Binary 11111011 10111001 1100011 0 11010 111101 10 100010 1011111 1000101

Color Harmonies of #FBB963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB963

Black with #FBB963

Text Example


Text Example

White with #FBB963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB963; }

 p { color: rgb(251,185,99); }

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

background-color css

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

 a { background-color: rgb(251,185,99); }

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

border-color css

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

 span { border-color: rgb(251,185,99); }

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