Html Css Color HEX #FBB464 Rajah

📋 copy color: '#FBB464'

red 251 ◦ green 180 ◦ blue 100

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

Shades of Rajah #FBB464

Tints of Rajah #FBB464

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.9%

 BLUE value IS 100 (39.45% from 255) = 18.83%

R = 47.27%
G = 33.9%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FBB464 (or 0xFBB464) is known color: Rajah. HEX triplet: FB, B4 and 64. RGB value is (251,180,100). Sum of RGB (Red+Green+Blue) = 251+180+100=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 100 (39.45% from 255 or 18.83% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB464 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBB464 is #044B9B. Grayscale: #C0C0C0. Windows color (decimal): -281500 or 6599931. OLE color: 6599931.

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

Color convert

RGB 251 180 100 -
CMYK 0 0.28 0.60 0.02
HSL 31.79º 0.95% 0.69% -
HSV(B) 31.79º 0.6% 0.98% -
XYZ 58.41 54.07 19.42 -
YUV 192.11 76.02 170 -
System Red Green Blue C M Y K H S L
Decimal 251 180 100 0 0.28 0.60 0.02 31.79 0.95 0.69
Hex FB B4 64 0 1C 3C 2 20 5F 45
Octal 373 264 144 0 34 74 2 40 137 105
Binary 11111011 10110100 1100100 0 11100 111100 10 100000 1011111 1000101

Color Harmonies of #FBB464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB464

Black with #FBB464

Text Example


Text Example

White with #FBB464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB464; }

 p { color: rgb(251,180,100); }

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

background-color css

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

 a { background-color: rgb(251,180,100); }

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

border-color css

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

 span { border-color: rgb(251,180,100); }

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