Html Css Color HEX #FCBA60 Rajah

📋 copy color: '#FCBA60'

red 252 ◦ green 186 ◦ blue 96

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

Shades of Rajah #FCBA60

Tints of Rajah #FCBA60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.98%

R = 47.19%
G = 34.83%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FCBA60 (or 0xFCBA60) is known color: Rajah. HEX triplet: FC, BA and 60. RGB value is (252,186,96). Sum of RGB (Red+Green+Blue) = 252+186+96=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 96 (37.89% from 255 or 17.98% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBA60 is #03459F. Grayscale: #C3C3C3. Windows color (decimal): -214432 or 6339324. OLE color: 6339324.

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

Color convert

RGB 252 186 96 -
CMYK 0 0.26 0.62 0.01
HSL 34.62º 0.96% 0.68% -
HSV(B) 34.62º 0.62% 0.99% -
XYZ 59.82 56.66 18.85 -
YUV 195.47 71.87 168.32 -
System Red Green Blue C M Y K H S L
Decimal 252 186 96 0 0.26 0.62 0.01 34.62 0.96 0.68
Hex FC BA 60 0 1A 3E 1 23 60 44
Octal 374 272 140 0 32 76 1 43 140 104
Binary 11111100 10111010 1100000 0 11010 111110 1 100011 1100000 1000100

Color Harmonies of #FCBA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBA60

Black with #FCBA60

Text Example


Text Example

White with #FCBA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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