Html Css Color HEX #FBA75B Rajah

📋 copy color: '#FBA75B'

red 251 ◦ green 167 ◦ blue 91

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

Shades of Rajah #FBA75B

Tints of Rajah #FBA75B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.88%

R = 49.31%
G = 32.81%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FBA75B (or 0xFBA75B) is known color: Rajah. HEX triplet: FB, A7 and 5B. RGB value is (251,167,91). Sum of RGB (Red+Green+Blue) = 251+167+91=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 167 (65.62% from 255 or 32.81% from 509); Blue value is 91 (35.94% from 255 or 17.88% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA75B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA75B is #0458A4. Grayscale: #B7B7B7. Windows color (decimal): -284837 or 6006779. OLE color: 6006779.

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

Color convert

RGB 251 167 91 -
CMYK 0 0.33 0.64 0.02
HSL 28.5º 0.95% 0.67% -
HSV(B) 28.5º 0.64% 0.98% -
XYZ 55.49 48.9 16.41 -
YUV 183.45 75.83 176.18 -
System Red Green Blue C M Y K H S L
Decimal 251 167 91 0 0.33 0.64 0.02 28.5 0.95 0.67
Hex FB A7 5B 0 21 40 2 1C 5F 43
Octal 373 247 133 0 41 100 2 34 137 103
Binary 11111011 10100111 1011011 0 100001 1000000 10 11100 1011111 1000011

Color Harmonies of #FBA75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA75B

Black with #FBA75B

Text Example


Text Example

White with #FBA75B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA75B; }

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

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

background-color css

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

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

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

border-color css

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

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

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