Html Css Color HEX #FBA75D Rajah

📋 copy color: '#FBA75D'

red 251 ◦ green 167 ◦ blue 93

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

Shades of Rajah #FBA75D

Tints of Rajah #FBA75D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.68%

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

R = 49.12%
G = 32.68%
B = 18.2%

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

#FBA75D (or 0xFBA75D) is known color: Rajah. HEX triplet: FB, A7 and 5D. RGB value is (251,167,93). Sum of RGB (Red+Green+Blue) = 251+167+93=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 167 (65.62% from 255 or 32.68% from 511); Blue value is 93 (36.72% from 255 or 18.20% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA75D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA75D is #0458A2. Grayscale: #B8B8B8. Windows color (decimal): -284835 or 6137851. OLE color: 6137851.

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

Color convert

RGB 251 167 93 -
CMYK 0 0.33 0.63 0.02
HSL 28.1º 0.95% 0.67% -
HSV(B) 28.1º 0.63% 0.98% -
XYZ 55.58 48.94 16.87 -
YUV 183.68 76.83 176.02 -
System Red Green Blue C M Y K H S L
Decimal 251 167 93 0 0.33 0.63 0.02 28.1 0.95 0.67
Hex FB A7 5D 0 21 3F 2 1C 5F 43
Octal 373 247 135 0 41 77 2 34 137 103
Binary 11111011 10100111 1011101 0 100001 111111 10 11100 1011111 1000011

Color Harmonies of #FBA75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA75D

Black with #FBA75D

Text Example


Text Example

White with #FBA75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA75D; }

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

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

background-color css

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

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

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

border-color css

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

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

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