Html Css Color HEX #FBA864 Rajah

📋 copy color: '#FBA864'

red 251 ◦ green 168 ◦ blue 100

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

Shades of Rajah #FBA864

Tints of Rajah #FBA864

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.37%

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

R = 48.36%
G = 32.37%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FBA864 (or 0xFBA864) is known color: Rajah. HEX triplet: FB, A8 and 64. RGB value is (251,168,100). Sum of RGB (Red+Green+Blue) = 251+168+100=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 168 (66.02% from 255 or 32.37% from 519); Blue value is 100 (39.45% from 255 or 19.27% from 519); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA864 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA864 is #04579B. Grayscale: #B9B9B9. Windows color (decimal): -284572 or 6596859. OLE color: 6596859.

HSL color Cylindrical-coordinate representation of color #FBA864: hue angle of 27.02º 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 #FBA864 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 168 100 -
CMYK 0 0.33 0.60 0.02
HSL 27.02º 0.95% 0.69% -
HSV(B) 27.02º 0.6% 0.98% -
XYZ 56.09 49.43 18.64 -
YUV 185.07 80 175.03 -
System Red Green Blue C M Y K H S L
Decimal 251 168 100 0 0.33 0.60 0.02 27.02 0.95 0.69
Hex FB A8 64 0 21 3C 2 1B 5F 45
Octal 373 250 144 0 41 74 2 33 137 105
Binary 11111011 10101000 1100100 0 100001 111100 10 11011 1011111 1000101

Color Harmonies of #FBA864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA864

Black with #FBA864

Text Example


Text Example

White with #FBA864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA864; }

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

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

background-color css

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

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

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

border-color css

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

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

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