Html Css Color HEX #FCBE64 Rajah

📋 copy color: '#FCBE64'

red 252 ◦ green 190 ◦ blue 100

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

Shades of Rajah #FCBE64

Tints of Rajah #FCBE64

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.06%

 BLUE value IS 100 (39.45% from 255) = 18.45%

R = 46.49%
G = 35.06%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCBE64 (or 0xFCBE64) is known color: Rajah. HEX triplet: FC, BE and 64. RGB value is (252,190,100). Sum of RGB (Red+Green+Blue) = 252+190+100=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 190 (74.61% from 255 or 35.06% from 542); Blue value is 100 (39.45% from 255 or 18.45% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBE64 is #03419B. Grayscale: #C6C6C6. Windows color (decimal): -213404 or 6602492. OLE color: 6602492.

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

Color convert

RGB 252 190 100 -
CMYK 0 0.25 0.60 0.01
HSL 35.53º 0.96% 0.69% -
HSV(B) 35.53º 0.6% 0.99% -
XYZ 60.86 58.44 20.13 -
YUV 198.28 72.54 166.32 -
System Red Green Blue C M Y K H S L
Decimal 252 190 100 0 0.25 0.60 0.01 35.53 0.96 0.69
Hex FC BE 64 0 19 3C 1 24 60 45
Octal 374 276 144 0 31 74 1 44 140 105
Binary 11111100 10111110 1100100 0 11001 111100 1 100100 1100000 1000101

Color Harmonies of #FCBE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBE64

Black with #FCBE64

Text Example


Text Example

White with #FCBE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBE64; }

 p { color: rgb(252,190,100); }

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

background-color css

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

 a { background-color: rgb(252,190,100); }

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

border-color css

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

 span { border-color: rgb(252,190,100); }

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