Html Css Color HEX #FCB862 Rajah

📋 copy color: '#FCB862'

red 252 ◦ green 184 ◦ blue 98

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

Shades of Rajah #FCB862

Tints of Rajah #FCB862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.35%

R = 47.19%
G = 34.46%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FCB862 (or 0xFCB862) is known color: Rajah. HEX triplet: FC, B8 and 62. RGB value is (252,184,98). Sum of RGB (Red+Green+Blue) = 252+184+98=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 184 (72.27% from 255 or 34.46% from 534); Blue value is 98 (38.67% from 255 or 18.35% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB862 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB862 is #03479D. Grayscale: #C2C2C2. Windows color (decimal): -214942 or 6469884. OLE color: 6469884.

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

Color convert

RGB 252 184 98 -
CMYK 0 0.27 0.61 0.01
HSL 33.51º 0.96% 0.69% -
HSV(B) 33.51º 0.61% 0.99% -
XYZ 59.49 55.86 19.2 -
YUV 194.53 73.53 168.99 -
System Red Green Blue C M Y K H S L
Decimal 252 184 98 0 0.27 0.61 0.01 33.51 0.96 0.69
Hex FC B8 62 0 1B 3D 1 22 60 45
Octal 374 270 142 0 33 75 1 42 140 105
Binary 11111100 10111000 1100010 0 11011 111101 1 100010 1100000 1000101

Color Harmonies of #FCB862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB862

Black with #FCB862

Text Example


Text Example

White with #FCB862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB862; }

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

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

background-color css

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

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

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

border-color css

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

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

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