Html Css Color HEX #FCB865 Rajah

📋 copy color: '#FCB865'

red 252 ◦ green 184 ◦ blue 101

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

Shades of Rajah #FCB865

Tints of Rajah #FCB865

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.26%

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

R = 46.93%
G = 34.26%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCB865 (or 0xFCB865) is known color: Rajah. HEX triplet: FC, B8 and 65. RGB value is (252,184,101). Sum of RGB (Red+Green+Blue) = 252+184+101=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 184 (72.27% from 255 or 34.26% from 537); Blue value is 101 (39.84% from 255 or 18.81% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB865 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB865 is #03479A. Grayscale: #C3C3C3. Windows color (decimal): -214939 or 6666492. OLE color: 6666492.

HSL color Cylindrical-coordinate representation of color #FCB865: hue angle of 32.98º 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 #FCB865 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 184 101 -
CMYK 0 0.27 0.60 0.01
HSL 32.98º 0.96% 0.69% -
HSV(B) 32.98º 0.6% 0.99% -
XYZ 59.63 55.92 19.96 -
YUV 194.87 75.03 168.75 -
System Red Green Blue C M Y K H S L
Decimal 252 184 101 0 0.27 0.60 0.01 32.98 0.96 0.69
Hex FC B8 65 0 1B 3C 1 21 60 45
Octal 374 270 145 0 33 74 1 41 140 105
Binary 11111100 10111000 1100101 0 11011 111100 1 100001 1100000 1000101

Color Harmonies of #FCB865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB865

Black with #FCB865

Text Example


Text Example

White with #FCB865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB865; }

 p { color: rgb(252,184,101); }

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

background-color css

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

 a { background-color: rgb(252,184,101); }

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

border-color css

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

 span { border-color: rgb(252,184,101); }

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