Html Css Color HEX #FCB868 Rajah

📋 copy color: '#FCB868'

red 252 ◦ green 184 ◦ blue 104

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

Shades of Rajah #FCB868

Tints of Rajah #FCB868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.26%

R = 46.67%
G = 34.07%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FCB868 (or 0xFCB868) is known color: Rajah. HEX triplet: FC, B8 and 68. RGB value is (252,184,104). Sum of RGB (Red+Green+Blue) = 252+184+104=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 184 (72.27% from 255 or 34.07% from 540); Blue value is 104 (41.02% from 255 or 19.26% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB868 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB868 is #034797. Grayscale: #C3C3C3. Windows color (decimal): -214936 or 6863100. OLE color: 6863100.

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

Color convert

RGB 252 184 104 -
CMYK 0 0.27 0.59 0.01
HSL 32.43º 0.96% 0.7% -
HSV(B) 32.43º 0.59% 0.99% -
XYZ 59.78 55.98 20.75 -
YUV 195.21 76.53 168.5 -
System Red Green Blue C M Y K H S L
Decimal 252 184 104 0 0.27 0.59 0.01 32.43 0.96 0.7
Hex FC B8 68 0 1B 3B 1 20 60 46
Octal 374 270 150 0 33 73 1 40 140 106
Binary 11111100 10111000 1101000 0 11011 111011 1 100000 1100000 1000110

Color Harmonies of #FCB868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB868

Black with #FCB868

Text Example


Text Example

White with #FCB868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB868; }

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

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

background-color css

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

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

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

border-color css

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

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

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