Html Css Color HEX #FCBA63 Rajah

📋 copy color: '#FCBA63'

red 252 ◦ green 186 ◦ blue 99

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

Shades of Rajah #FCBA63

Tints of Rajah #FCBA63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.44%

R = 46.93%
G = 34.64%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FCBA63 (or 0xFCBA63) is known color: Rajah. HEX triplet: FC, BA and 63. RGB value is (252,186,99). Sum of RGB (Red+Green+Blue) = 252+186+99=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 99 (39.06% from 255 or 18.44% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBA63 is #03459C. Grayscale: #C4C4C4. Windows color (decimal): -214429 or 6535932. OLE color: 6535932.

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

Color convert

RGB 252 186 99 -
CMYK 0 0.26 0.61 0.01
HSL 34.12º 0.96% 0.69% -
HSV(B) 34.12º 0.61% 0.99% -
XYZ 59.96 56.71 19.59 -
YUV 195.82 73.37 168.07 -
System Red Green Blue C M Y K H S L
Decimal 252 186 99 0 0.26 0.61 0.01 34.12 0.96 0.69
Hex FC BA 63 0 1A 3D 1 22 60 45
Octal 374 272 143 0 32 75 1 42 140 105
Binary 11111100 10111010 1100011 0 11010 111101 1 100010 1100000 1000101

Color Harmonies of #FCBA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBA63

Black with #FCBA63

Text Example


Text Example

White with #FCBA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBA63; }

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

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

background-color css

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

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

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

border-color css

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

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

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