Html Css Color HEX #FBA966 Rajah

📋 copy color: '#FBA966'

red 251 ◦ green 169 ◦ blue 102

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

Shades of Rajah #FBA966

Tints of Rajah #FBA966

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.38%

 BLUE value IS 102 (40.23% from 255) = 19.54%

R = 48.08%
G = 32.38%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FBA966 (or 0xFBA966) is known color: Rajah. HEX triplet: FB, A9 and 66. RGB value is (251,169,102). Sum of RGB (Red+Green+Blue) = 251+169+102=522 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.08% from 522); Green value is 169 (66.41% from 255 or 32.38% from 522); Blue value is 102 (40.23% from 255 or 19.54% from 522); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA966 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA966 is #045699. Grayscale: #BABABA. Windows color (decimal): -284314 or 6728187. OLE color: 6728187.

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

Color convert

RGB 251 169 102 -
CMYK 0 0.33 0.59 0.02
HSL 26.98º 0.95% 0.69% -
HSV(B) 26.98º 0.59% 0.98% -
XYZ 56.37 49.84 19.22 -
YUV 185.88 80.67 174.45 -
System Red Green Blue C M Y K H S L
Decimal 251 169 102 0 0.33 0.59 0.02 26.98 0.95 0.69
Hex FB A9 66 0 21 3B 2 1B 5F 45
Octal 373 251 146 0 41 73 2 33 137 105
Binary 11111011 10101001 1100110 0 100001 111011 10 11011 1011111 1000101

Color Harmonies of #FBA966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA966

Black with #FBA966

Text Example


Text Example

White with #FBA966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA966; }

 p { color: rgb(251,169,102); }

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

background-color css

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

 a { background-color: rgb(251,169,102); }

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

border-color css

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

 span { border-color: rgb(251,169,102); }

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