Html Css Color HEX #FBA965 Rajah

📋 copy color: '#FBA965'

red 251 ◦ green 169 ◦ blue 101

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

Shades of Rajah #FBA965

Tints of Rajah #FBA965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.39%

R = 48.18%
G = 32.44%
B = 19.39%

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

#FBA965 (or 0xFBA965) is known color: Rajah. HEX triplet: FB, A9 and 65. RGB value is (251,169,101). Sum of RGB (Red+Green+Blue) = 251+169+101=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 169 (66.41% from 255 or 32.44% from 521); Blue value is 101 (39.84% from 255 or 19.39% from 521); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA965 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA965 is #04569A. Grayscale: #BABABA. Windows color (decimal): -284315 or 6662651. OLE color: 6662651.

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

Color convert

RGB 251 169 101 -
CMYK 0 0.33 0.60 0.02
HSL 27.2º 0.95% 0.69% -
HSV(B) 27.2º 0.6% 0.98% -
XYZ 56.32 49.82 18.96 -
YUV 185.77 80.17 174.53 -
System Red Green Blue C M Y K H S L
Decimal 251 169 101 0 0.33 0.60 0.02 27.2 0.95 0.69
Hex FB A9 65 0 21 3C 2 1B 5F 45
Octal 373 251 145 0 41 74 2 33 137 105
Binary 11111011 10101001 1100101 0 100001 111100 10 11011 1011111 1000101

Color Harmonies of #FBA965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA965

Black with #FBA965

Text Example


Text Example

White with #FBA965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA965; }

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

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

background-color css

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

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

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

border-color css

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

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

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