Html Css Color HEX #FABD65 Rajah

📋 copy color: '#FABD65'

red 250 ◦ green 189 ◦ blue 101

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

Shades of Rajah #FABD65

Tints of Rajah #FABD65

RGB

 RED value IS 250 (98.05% from 255) = 46.3%

 GREEN value IS 189 (74.22% from 255) = 35%

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

R = 46.3%
G = 35%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FABD65 (or 0xFABD65) is known color: Rajah. HEX triplet: FA, BD and 65. RGB value is (250,189,101). Sum of RGB (Red+Green+Blue) = 250+189+101=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 101 (39.84% from 255 or 18.70% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABD65 is #05429A. Grayscale: #C5C5C5. Windows color (decimal): -344731 or 6667770. OLE color: 6667770.

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

Color convert

RGB 250 189 101 -
CMYK 0 0.24 0.60 0.02
HSL 35.44º 0.94% 0.69% -
HSV(B) 35.44º 0.6% 0.98% -
XYZ 59.97 57.66 20.28 -
YUV 197.21 73.71 165.66 -
System Red Green Blue C M Y K H S L
Decimal 250 189 101 0 0.24 0.60 0.02 35.44 0.94 0.69
Hex FA BD 65 0 18 3C 2 23 5E 45
Octal 372 275 145 0 30 74 2 43 136 105
Binary 11111010 10111101 1100101 0 11000 111100 10 100011 1011110 1000101

Color Harmonies of #FABD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABD65

Black with #FABD65

Text Example


Text Example

White with #FABD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABD65; }

 p { color: rgb(250,189,101); }

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

background-color css

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

 a { background-color: rgb(250,189,101); }

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

border-color css

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

 span { border-color: rgb(250,189,101); }

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