Html Css Color HEX #FCB867 Rajah

📋 copy color: '#FCB867'

red 252 ◦ green 184 ◦ blue 103

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

Shades of Rajah #FCB867

Tints of Rajah #FCB867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 19.11%

R = 46.75%
G = 34.14%
B = 19.11%

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

#FCB867 (or 0xFCB867) is known color: Rajah. HEX triplet: FC, B8 and 67. RGB value is (252,184,103). Sum of RGB (Red+Green+Blue) = 252+184+103=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 184 (72.27% from 255 or 34.14% from 539); Blue value is 103 (40.62% from 255 or 19.11% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB867 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB867 is #034798. Grayscale: #C3C3C3. Windows color (decimal): -214937 or 6797564. OLE color: 6797564.

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

Color convert

RGB 252 184 103 -
CMYK 0 0.27 0.59 0.01
HSL 32.62º 0.96% 0.7% -
HSV(B) 32.62º 0.59% 0.99% -
XYZ 59.73 55.96 20.48 -
YUV 195.1 76.03 168.59 -
System Red Green Blue C M Y K H S L
Decimal 252 184 103 0 0.27 0.59 0.01 32.62 0.96 0.7
Hex FC B8 67 0 1B 3B 1 21 60 46
Octal 374 270 147 0 33 73 1 41 140 106
Binary 11111100 10111000 1100111 0 11011 111011 1 100001 1100000 1000110

Color Harmonies of #FCB867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB867

Black with #FCB867

Text Example


Text Example

White with #FCB867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB867; }

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

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

background-color css

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

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

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

border-color css

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

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

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