Html Css Color HEX #FCB86B Rajah

📋 copy color: '#FCB86B'

red 252 ◦ green 184 ◦ blue 107

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

Shades of Rajah #FCB86B

Tints of Rajah #FCB86B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.71%

R = 46.41%
G = 33.89%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCB86B (or 0xFCB86B) is known color: Rajah. HEX triplet: FC, B8 and 6B. RGB value is (252,184,107). Sum of RGB (Red+Green+Blue) = 252+184+107=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 184 (72.27% from 255 or 33.89% from 543); Blue value is 107 (42.19% from 255 or 19.71% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB86B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB86B is #034794. Grayscale: #C3C3C3. Windows color (decimal): -214933 or 7059708. OLE color: 7059708.

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

Color convert

RGB 252 184 107 -
CMYK 0 0.27 0.58 0.01
HSL 31.86º 0.96% 0.7% -
HSV(B) 31.86º 0.58% 0.99% -
XYZ 59.94 56.04 21.57 -
YUV 195.55 78.03 168.26 -
System Red Green Blue C M Y K H S L
Decimal 252 184 107 0 0.27 0.58 0.01 31.86 0.96 0.7
Hex FC B8 6B 0 1B 3A 1 20 60 46
Octal 374 270 153 0 33 72 1 40 140 106
Binary 11111100 10111000 1101011 0 11011 111010 1 100000 1100000 1000110

Color Harmonies of #FCB86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB86B

Black with #FCB86B

Text Example


Text Example

White with #FCB86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB86B; }

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

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

background-color css

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

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

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

border-color css

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

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

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