Html Css Color HEX #FCBE66 Rajah

📋 copy color: '#FCBE66'

red 252 ◦ green 190 ◦ blue 102

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

Shades of Rajah #FCBE66

Tints of Rajah #FCBE66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.75%

R = 46.32%
G = 34.93%
B = 18.75%

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

#FCBE66 (or 0xFCBE66) is known color: Rajah. HEX triplet: FC, BE and 66. RGB value is (252,190,102). Sum of RGB (Red+Green+Blue) = 252+190+102=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 102 (40.23% from 255 or 18.75% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBE66 is #034199. Grayscale: #C6C6C6. Windows color (decimal): -213402 or 6733564. OLE color: 6733564.

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

Color convert

RGB 252 190 102 -
CMYK 0 0.25 0.60 0.01
HSL 35.2º 0.96% 0.69% -
HSV(B) 35.2º 0.6% 0.99% -
XYZ 60.96 58.48 20.65 -
YUV 198.51 73.54 166.16 -
System Red Green Blue C M Y K H S L
Decimal 252 190 102 0 0.25 0.60 0.01 35.2 0.96 0.69
Hex FC BE 66 0 19 3C 1 23 60 45
Octal 374 276 146 0 31 74 1 43 140 105
Binary 11111100 10111110 1100110 0 11001 111100 1 100011 1100000 1000101

Color Harmonies of #FCBE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBE66

Black with #FCBE66

Text Example


Text Example

White with #FCBE66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBE66; }

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

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

background-color css

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

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

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

border-color css

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

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

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