Html Css Color HEX #FBA85D Rajah

📋 copy color: '#FBA85D'

red 251 ◦ green 168 ◦ blue 93

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

Shades of Rajah #FBA85D

Tints of Rajah #FBA85D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.16%

R = 49.02%
G = 32.81%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FBA85D (or 0xFBA85D) is known color: Rajah. HEX triplet: FB, A8 and 5D. RGB value is (251,168,93). Sum of RGB (Red+Green+Blue) = 251+168+93=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA85D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA85D is #0457A2. Grayscale: #B8B8B8. Windows color (decimal): -284579 or 6138107. OLE color: 6138107.

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

Color convert

RGB 251 168 93 -
CMYK 0 0.33 0.63 0.02
HSL 28.48º 0.95% 0.67% -
HSV(B) 28.48º 0.63% 0.98% -
XYZ 55.76 49.3 16.93 -
YUV 184.27 76.5 175.6 -
System Red Green Blue C M Y K H S L
Decimal 251 168 93 0 0.33 0.63 0.02 28.48 0.95 0.67
Hex FB A8 5D 0 21 3F 2 1C 5F 43
Octal 373 250 135 0 41 77 2 34 137 103
Binary 11111011 10101000 1011101 0 100001 111111 10 11100 1011111 1000011

Color Harmonies of #FBA85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA85D

Black with #FBA85D

Text Example


Text Example

White with #FBA85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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