Html Css Color HEX #FCBA64 Rajah

📋 copy color: '#FCBA64'

red 252 ◦ green 186 ◦ blue 100

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

Shades of Rajah #FCBA64

Tints of Rajah #FCBA64

RGB

 RED value IS 252 (98.83% from 255) = 46.84%

 GREEN value IS 186 (73.05% from 255) = 34.57%

 BLUE value IS 100 (39.45% from 255) = 18.59%

R = 46.84%
G = 34.57%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCBA64 (or 0xFCBA64) is known color: Rajah. HEX triplet: FC, BA and 64. RGB value is (252,186,100). Sum of RGB (Red+Green+Blue) = 252+186+100=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 100 (39.45% from 255 or 18.59% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBA64 is #03459B. Grayscale: #C4C4C4. Windows color (decimal): -214428 or 6601468. OLE color: 6601468.

HSL color Cylindrical-coordinate representation of color #FCBA64: hue angle of 33.95º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCBA64 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 186 100 -
CMYK 0 0.26 0.60 0.01
HSL 33.95º 0.96% 0.69% -
HSV(B) 33.95º 0.6% 0.99% -
XYZ 60 56.73 19.84 -
YUV 195.93 73.87 167.99 -
System Red Green Blue C M Y K H S L
Decimal 252 186 100 0 0.26 0.60 0.01 33.95 0.96 0.69
Hex FC BA 64 0 1A 3C 1 22 60 45
Octal 374 272 144 0 32 74 1 42 140 105
Binary 11111100 10111010 1100100 0 11010 111100 1 100010 1100000 1000101

Color Harmonies of #FCBA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBA64

Black with #FCBA64

Text Example


Text Example

White with #FCBA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBA64; }

 p { color: rgb(252,186,100); }

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

background-color css

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

 a { background-color: rgb(252,186,100); }

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

border-color css

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

 span { border-color: rgb(252,186,100); }

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