Html Css Color HEX #FCB665 Rajah

📋 copy color: '#FCB665'

red 252 ◦ green 182 ◦ blue 101

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

Shades of Rajah #FCB665

Tints of Rajah #FCB665

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.02%

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

R = 47.1%
G = 34.02%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCB665 (or 0xFCB665) is known color: Rajah. HEX triplet: FC, B6 and 65. RGB value is (252,182,101). Sum of RGB (Red+Green+Blue) = 252+182+101=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 182 (71.48% from 255 or 34.02% from 535); Blue value is 101 (39.84% from 255 or 18.88% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB665 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB665 is #03499A. Grayscale: #C2C2C2. Windows color (decimal): -215451 or 6665980. OLE color: 6665980.

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

Color convert

RGB 252 182 101 -
CMYK 0 0.28 0.60 0.01
HSL 32.19º 0.96% 0.69% -
HSV(B) 32.19º 0.6% 0.99% -
XYZ 59.22 55.09 19.82 -
YUV 193.7 75.69 169.59 -
System Red Green Blue C M Y K H S L
Decimal 252 182 101 0 0.28 0.60 0.01 32.19 0.96 0.69
Hex FC B6 65 0 1C 3C 1 20 60 45
Octal 374 266 145 0 34 74 1 40 140 105
Binary 11111100 10110110 1100101 0 11100 111100 1 100000 1100000 1000101

Color Harmonies of #FCB665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB665

Black with #FCB665

Text Example


Text Example

White with #FCB665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB665; }

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

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

background-color css

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

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

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

border-color css

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

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

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